Skip to main content
A newer version of this page is available. .

IReportServiceClient.StopPrintAsync(PrintId, Object) Method

Stops printing the document (asynchronously).

Namespace: DevExpress.DocumentServices.ServiceModel.Client

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

void StopPrintAsync(
    PrintId printId,
    object asyncState
)

Parameters

Name Type Description
printId PrintId

A PrintId object, identifying the printed document.

asyncState Object

A Object value, containing information about the asynchronous operation.

See Also