ServicePRO SDK Help

ObjectDesignerServiceClient..::..BeginGetCategoryBySRTypeId Method

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

Syntax


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

Parameters

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