ReportServerClient.ExecuteJobAsync(Int32, Nullable<Int32>, Object) Method
Asynchronously executes a scheduled job.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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