ServicePRO SDK Help

IKnowledgeBaseService..::..BeginGetSolutionMemos Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetSolutionMemos(
	int requestId,
	bool includeProblem,
	bool isSolFromRequest,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
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