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