ServicePRO SDK Help

RequestServicesManager..::..GetDefaultScheduledTime Method

Gets the default scheduled time.

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

Syntax


public void GetDefaultScheduledTime(
	string userSessionKey,
	stcQueue selectedFolder,
	Action<DateTime, Exception> callbackAction
)
Public Sub GetDefaultScheduledTime ( _
	userSessionKey As String, _
	selectedFolder As stcQueue, _
	callbackAction As Action(Of DateTime, Exception) _
)

Parameters

userSessionKey
Type: String
User’s Session Key.
Key property of the User Session Object of type stcSession.
The User Session has to be established by making a call to InitializeSystemAndSession() method in CoreServicesManager class as a first step with using ServicePRO SDK.
selectedFolder
Type: HelpSTAR.PCL.Common..::..stcQueue
The selected folder information.
callbackAction
Type: Action<(Of <(<'DateTime, Exception>)>)>
The callback action.