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