IReportServerFacadeAsync.BeginGetScheduledJobResults(Int32, DataPagination, AsyncCallback, Object) Method
Starts obtaining the history of results corresponding to a specified scheduled job log.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[OperationContract(AsyncPattern = true)]
IAsyncResult BeginGetScheduledJobResults(
int scheduledJobLogId,
DataPagination pagination,
AsyncCallback callback,
object asyncState
)
Parameters
Name | Type | Description |
---|---|---|
scheduledJobLogId | Int32 | An integer value, identifying the scheduled job log. |
pagination | DataPagination | A DataPagination descendant, specifying how the data should be paginated. |
callback | AsyncCallback | References a method to be called when a corresponding asynchronous operation is completed. |
asyncState | Object | A Object value, containing information about the asynchronous operation. |
Returns
Type | Description |
---|---|
IAsyncResult | An object containing information about the status of an asynchronous operation. |
See Also