ServicePRO SDK Help

IRequestServices..::..BeginGetDefaultScheduledTime Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetDefaultScheduledTime(
	string userSessionKey,
	stcQueue selectedFolder,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetDefaultScheduledTime ( _
	userSessionKey As String, _
	selectedFolder As stcQueue, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
selectedFolder
Type: HelpSTAR.PCL.Common..::..stcQueue
callback
Type: AsyncCallback
asyncState
Type: Object