ServicePRO SDK Help

RequestServicesClient..::..BeginMoveSelectedRequests Method

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

Syntax


public IAsyncResult BeginMoveSelectedRequests(
	string userSessionKey,
	clsEnumeration..::..hsQueueView queueViewType,
	ObservableCollection<int> selectedRequests,
	int selectedFolderId,
	clsEnumeration..::..hsQueueType queueType,
	string selectedFolderName,
	int selectedRepId,
	int selectedTeamId,
	bool isTeamWorkspace,
	bool IsProcessUpdateAlarm,
	int actualFolderId,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginMoveSelectedRequests ( _
	userSessionKey As String, _
	queueViewType As clsEnumeration..::..hsQueueView, _
	selectedRequests As ObservableCollection(Of Integer), _
	selectedFolderId As Integer, _
	queueType As clsEnumeration..::..hsQueueType, _
	selectedFolderName As String, _
	selectedRepId As Integer, _
	selectedTeamId As Integer, _
	isTeamWorkspace As Boolean, _
	IsProcessUpdateAlarm As Boolean, _
	actualFolderId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
queueViewType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsQueueView
selectedRequests
Type: ObservableCollection<(Of <(<'Int32>)>)>
selectedFolderId
Type: Int32
queueType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsQueueType
selectedFolderName
Type: String
selectedRepId
Type: Int32
selectedTeamId
Type: Int32
isTeamWorkspace
Type: Boolean
IsProcessUpdateAlarm
Type: Boolean
actualFolderId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object