Skip to main content

IReportServerFacadeAsync.EndExecuteJob(IAsyncResult) Method

Begins executing a scheduled job.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

int? EndExecuteJob(
    IAsyncResult ar
)

Parameters

Name Type Description
ar IAsyncResult

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

Returns

Type Description
Nullable<Int32>

A nullable integer value.

See Also