ServicePRO SDK Help

KnowledgeBaseServiceClient..::..BeginGetSolutionReviews Method

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

Syntax


public IAsyncResult BeginGetSolutionReviews(
	int solutionId,
	int startRow,
	int endRow,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetSolutionReviews ( _
	solutionId As Integer, _
	startRow As Integer, _
	endRow As Integer, _
	userSessionKey As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

solutionId
Type: Int32
startRow
Type: Int32
endRow
Type: Int32
userSessionKey
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object