ServicePRO SDK Help

ObjectDesignerServiceClient..::..BeginSaveCategoryBySRTypeId Method

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

Syntax


public IAsyncResult BeginSaveCategoryBySRTypeId(
	string userSessionKey,
	int[] iCategoryId,
	int id,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginSaveCategoryBySRTypeId ( _
	userSessionKey As String, _
	iCategoryId As Integer(), _
	id As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
iCategoryId
Type: array<Int32>[]()[][]
id
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object