ServicePRO SDK Help

IKnowledgeBaseService..::..BeginGetSolutionId Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetSolutionId(
	string title,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetSolutionId ( _
	title As String, _
	userSessionKey As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

title
Type: String
userSessionKey
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object