ServicePRO SDK Help

IManageObjectsService..::..BeginPasteCategoryStructureOnQueue Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginPasteCategoryStructureOnQueue(
	string SessionKey,
	stcQueue destinationQueue,
	stcCategory rootCategory,
	ObservableCollection<stcCategory> categoryNodes,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginPasteCategoryStructureOnQueue ( _
	SessionKey As String, _
	destinationQueue As stcQueue, _
	rootCategory As stcCategory, _
	categoryNodes As ObservableCollection(Of stcCategory), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
destinationQueue
Type: HelpSTAR.PCL.Common..::..stcQueue
rootCategory
Type: HelpSTAR.PCL.Common..::..stcCategory
categoryNodes
Type: ObservableCollection<(Of <(<'stcCategory>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object