ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginDeleteCategory Method

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

Syntax


public IAsyncResult BeginDeleteCategory(
	string SessionKey,
	int catId,
	string catName,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginDeleteCategory ( _
	SessionKey As String, _
	catId As Integer, _
	catName As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
catId
Type: Int32
catName
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object