ServicePRO SDK Help

KnowledgeBaseServiceClient..::..BeginAddKeyWord Method

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

Syntax


public IAsyncResult BeginAddKeyWord(
	stcKeyWord keyWord,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
Public 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