Click or drag to resize

ProjectOperationsAdvanceCalendar Method (AdvanceCalendarServiceArguments)

Note: This API is now obsolete.

Run the Advance Calendar.

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
[ObsoleteAttribute("Use AdvanceCalendar(Cobra.Model.WebService.AdvanceCalendarServiceArguments) method insetead.")]
public ServiceResult AdvanceCalendar(
	AdvanceCalendarServiceArguments advanceCalendarServiceArguments
)

Parameters

advanceCalendarServiceArguments
Type: Cobra.WebService.ClientAPI.Application.FilesAdvanceCalendarServiceArguments
An instance of AdvanceCalendarServiceArguments class that contains the options to run the Advance Calendar.

Return Value

Type: ServiceResult
The result of running Advance Calendar.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when state of the instance of the CobraServices that generated the current ProjectOperations is not in opened state.
See Also