ServicePRO SDK Help

IKnowledgeBaseService..::..BeginDoesKeyWordExist Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginDoesKeyWordExist(
	string keyWord,
	int keyWordId,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginDoesKeyWordExist ( _
	keyWord As String, _
	keyWordId As Integer, _
	userSessionKey As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

keyWord
Type: String
keyWordId
Type: Int32
userSessionKey
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object