ServicePRO SDK Help

IManageObjectsService..::..BeginRestoreCategory Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginRestoreCategory(
	string SessionKey,
	int catId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginRestoreCategory ( _
	SessionKey As String, _
	catId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

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