ServicePRO SDK Help

RequestServicesManager..::..SaveRecurrence Method

Saves the recurrence request.

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

Syntax


public void SaveRecurrence(
	string userSessionKey,
	stcRequest requestInfo,
	clsEnumeration..::..hsAddEditMode mode,
	stcSchedule schedule,
	Action<bool, stcRequest, stcSchedule, Exception> callbackAction
)
Public Sub SaveRecurrence ( _
	userSessionKey As String, _
	requestInfo As stcRequest, _
	mode As clsEnumeration..::..hsAddEditMode, _
	schedule As stcSchedule, _
	callbackAction As Action(Of Boolean, stcRequest, stcSchedule, 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.
requestInfo
Type: HelpSTAR.PCL.Common..::..stcRequest
The request information data.
mode
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsAddEditMode
The add/edit mode.
schedule
Type: HelpSTAR.PCL.Common..::..stcSchedule
The schedule information.
callbackAction
Type: Action<(Of <(<'Boolean, stcRequest, stcSchedule, Exception>)>)>
The callback action.