ReportServerClient.CreateScheduledJobAsync(ScheduledJobDto, Object) Method
Asynchronously creates a scheduled job.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public Task<int> CreateScheduledJobAsync(
ScheduledJobDto scheduledJob,
object asyncState
)
Parameters
Name | Type | Description |
---|---|---|
scheduledJob | ScheduledJobDto | A ScheduledJobDto object, specifying properties of the scheduled job. |
asyncState | Object | A Object value, containing information about the asynchronous operation. |
Returns
Type | Description |
---|---|
Task<Int32> | A Task, specifying the job ID. |
See Also