Skip to main content
A newer version of this page is available. .

ReportServerClient.ExecuteJobAsync(Int32, Nullable<Int32>, Object) Method

Asynchronously executes a scheduled job.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

Declaration

public Task<int?> ExecuteJobAsync(
    int scheduledJobId,
    int? scheduledJobResult,
    object asyncState
)

Parameters

Name Type Description
scheduledJobId Int32

An integer value, identifying the scheduled job.

scheduledJobResult Nullable<Int32>

A nullable integer value.

asyncState Object

A Object value, containing information about the asynchronous operation.

Returns

Type Description
Task<Nullable<Int32>>

A Task, specifying the job ID.

See Also