ReportServerClient.GetScheduledJobResultAsync(Int32, Object) Method
Asynchronously returns the result of a scheduled job.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public Task<ScheduledJobResultDto> GetScheduledJobResultAsync(
int id,
object asyncState
)
Parameters
Name | Type | Description |
---|---|---|
id | Int32 | An integer value, identifying the result of a scheduled job. |
asyncState | Object | A Object value, containing information about the asynchronous operation. |
Returns
Type | Description |
---|---|
Task<ScheduledJobResultDto> | An asynchronous operation result, containing a ScheduledJobResultDto object. |
Implements
See Also