Method GetComments
| Improve this Doc View SourceGetComments(GetCommentsForm, CancellationToken)
Gets comments.
Declaration
public Task<GetCommentsResponse> GetComments(GetCommentsForm form, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| GetCommentsForm | form | The form to send for retrieving comments. |
| CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
| Type | Description |
|---|---|
| Task<GetCommentsResponse> | The task object representing the asynchronous operation. The task result contains the response with the retrieved comments. |