IReportServerFacadeAsync.EndGetScheduledJobResults(IAsyncResult) Method
Ends obtaining the scheduled job results.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
IEnumerable<ScheduledJobResultCatalogItemDto> EndGetScheduledJobResults(
IAsyncResult ar
)
Parameters
Name | Type | Description |
---|---|---|
ar | IAsyncResult | An object containing information about the status of an asynchronous operation. |
Returns
Type | Description |
---|---|
IEnumerable<ScheduledJobResultCatalogItemDto> | A collection of ScheduledJobResultCatalogItemDto objects. |
See Also