ServicePRO SDK Help

KnowledgeBaseServiceClient..::..BeginGetSolutionMemo Method

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

Syntax


public IAsyncResult BeginGetSolutionMemo(
	stcSolution solution,
	int revisionId,
	int memoId,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetSolutionMemo ( _
	solution As stcSolution, _
	revisionId As Integer, _
	memoId As Integer, _
	userSessionKey As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

solution
Type: HelpSTAR.PCL.Common..::..stcSolution
revisionId
Type: Int32
memoId
Type: Int32
userSessionKey
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object