Method SaveComment
| Improve this Doc View SourceSaveComment(SaveCommentForm, CancellationToken)
Saves a comment.
Declaration
public Task<CommentResponse> SaveComment(SaveCommentForm form, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| SaveCommentForm | form | The form to send for saving a comment. |
| CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
| Type | Description |
|---|---|
| Task<CommentResponse> | The task object representing the asynchronous operation. The task result contains the response after saving the comment. |