ServicePRO SDK Help

RequestServicesManager..::..GetRecurrence Method

Gets the recurrence schedule.

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

Syntax


public void GetRecurrence(
	string userSessionKey,
	int requestRecurrenceId,
	Action<stcSchedule, clsEnumeration..::..hsServiceStatus, string, string, Exception> callbackAction
)
Public Sub GetRecurrence ( _
	userSessionKey As String, _
	requestRecurrenceId As Integer, _
	callbackAction As Action(Of stcSchedule, clsEnumeration..::..hsServiceStatus, String, String, 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.
requestRecurrenceId
Type: Int32
The request recurrence identifier.
callbackAction
Type: Action<(Of <(<'stcSchedule, clsEnumeration..::..hsServiceStatus, String, String, Exception>)>)>
The callback action.