ServicePRO SDK Help

KnowledgeBaseServiceClient..::..BeginGetCategoryFullName Method

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

Syntax


public IAsyncResult BeginGetCategoryFullName(
	int categoryId,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetCategoryFullName ( _
	categoryId As Integer, _
	userSessionKey As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

categoryId
Type: Int32
userSessionKey
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object