ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginAddUpdateQueueAndUDF Method

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

Syntax


public IAsyncResult BeginAddUpdateQueueAndUDF(
	string SessionKey,
	stcQueue aQueue,
	bool add,
	stcUserFieldsTableValue[] theUDFFields,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginAddUpdateQueueAndUDF ( _
	SessionKey As String, _
	aQueue As stcQueue, _
	add As Boolean, _
	theUDFFields As stcUserFieldsTableValue(), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
aQueue
Type: HelpSTAR.PCL.Common..::..stcQueue
add
Type: Boolean
theUDFFields
Type: array<HelpSTAR.PCL.Common..::..stcUserFieldsTableValue>[]()[][]
callback
Type: AsyncCallback
asyncState
Type: Object