ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginReactivateCategoryThatIsCurrentlyDeactivated Method

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

Syntax


public IAsyncResult BeginReactivateCategoryThatIsCurrentlyDeactivated(
	string SessionKey,
	int destId,
	int currId,
	bool isFolder,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginReactivateCategoryThatIsCurrentlyDeactivated ( _
	SessionKey As String, _
	destId As Integer, _
	currId As Integer, _
	isFolder As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
destId
Type: Int32
currId
Type: Int32
isFolder
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object