Web Service Library > ReportService > CancelRequest Method |
Cancels the specified request.
C# |
Copy Code
|
---|---|
Result CancelRequest(string token, string id); |
token
The security token to use.
id
The identifier of the request to cancel.
A Result object.