Method ResolvePostReport
| Improve this Doc View SourceResolvePostReport(ResolvePostReportForm, CancellationToken)
Resolves a post report.
Declaration
Task<PostReportResponse> ResolvePostReport(ResolvePostReportForm form, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| ResolvePostReportForm | form | The form to send for resolving a post report. |
| CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
| Type | Description |
|---|---|
| Task<PostReportResponse> | The task object representing the asynchronous operation. The task result contains the response after resolving the post report. |