ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginSetAsDefaultCategory Method

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

Syntax


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

Parameters

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