ServicePRO SDK Help

KnowledgeBaseServiceClient..::..BeginGetSolutionMemos Method

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

Syntax


public IAsyncResult BeginGetSolutionMemos(
	int requestId,
	bool includeProblem,
	bool isSolFromRequest,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetSolutionMemos ( _
	requestId As Integer, _
	includeProblem As Boolean, _
	isSolFromRequest As Boolean, _
	userSessionKey As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

requestId
Type: Int32
includeProblem
Type: Boolean
isSolFromRequest
Type: Boolean
userSessionKey
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object