ServicePRO SDK Help

IKnowledgeBaseService..::..BeginAddKeyWord Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginAddKeyWord(
	stcKeyWord keyWord,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginAddKeyWord ( _
	keyWord As stcKeyWord, _
	userSessionKey As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

keyWord
Type: HelpSTAR.PCL.Common..::..stcKeyWord
userSessionKey
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object