ServicePRO SDK Help

RequestServicesClient..::..EndSaveRecurrence Method

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

Syntax


public bool EndSaveRecurrence(
	out stcRequest updatedRequest,
	out stcSchedule updatedSchedule,
	IAsyncResult result
)
Public Function EndSaveRecurrence ( _
	<OutAttribute> ByRef updatedRequest As stcRequest, _
	<OutAttribute> ByRef updatedSchedule As stcSchedule, _
	result As IAsyncResult _
) As Boolean

Parameters

updatedRequest
Type: HelpSTAR.PCL.Common..::..stcRequest%
updatedSchedule
Type: HelpSTAR.PCL.Common..::..stcSchedule%
result
Type: IAsyncResult