ServicePRO SDK Help

IKnowledgeBaseService..::..BeginSaveSolutionRatingReview Method

Namespace:  ServicePRO.Sdk.Windows.Definitions
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


[OperationContractAttribute]
IAsyncResult BeginSaveSolutionRatingReview(
	stcSolutionReview solutionRatingReviews,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginSaveSolutionRatingReview ( _
	solutionRatingReviews As stcSolutionReview, _
	userSessionKey As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

solutionRatingReviews
Type: HelpSTAR.PCL.Common..::..stcSolutionReview
userSessionKey
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object