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