ServicePRO SDK Help

KnowledgeBaseServiceManager..::..SaveSolutionRatingReview Method

Save solution rating review to database

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

Syntax


public void SaveSolutionRatingReview(
	stcSolutionReview solutionRatingReviews,
	string userSessionKey,
	Action<stcSolutionReview, Exception> callbackAction
)
Public Sub SaveSolutionRatingReview ( _
	solutionRatingReviews As stcSolutionReview, _
	userSessionKey As String, _
	callbackAction As Action(Of stcSolutionReview, Exception) _
)

Parameters

solutionRatingReviews
Type: HelpSTAR.PCL.Common..::..stcSolutionReview
The solution rating reviews data.
userSessionKey
Type: String
User’s Session Key.
Key property of the User Session Object of type stcSession.
The User Session has to be established by making a call to InitializeSystemAndSession() method in CoreServicesManager class as a first step with using ServicePRO SDK.
callbackAction
Type: Action<(Of <(<'stcSolutionReview, Exception>)>)>
The callback action.