Skip to main content

IReportServerFacadeAsync.EndCreateScheduledJob(IAsyncResult) Method

Ends creating a scheduled job.

Namespace: DevExpress.ReportServer.ServiceModel.Client

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

int EndCreateScheduledJob(
    IAsyncResult ar
)

Parameters

Name Type Description
ar IAsyncResult

An object containing information about the status of an asynchronous operation.

Returns

Type Description
Int32

An integer value, specifying the scheduled job ID.

See Also