ServicePRO SDK Help

IManageObjectsService..::..BeginRetireCategory Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginRetireCategory(
	string SessionKey,
	int catId,
	ObservableCollection<stcCategory> categoryNodes,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginRetireCategory ( _
	SessionKey As String, _
	catId As Integer, _
	categoryNodes As ObservableCollection(Of stcCategory), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
catId
Type: Int32
categoryNodes
Type: ObservableCollection<(Of <(<'stcCategory>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object