Method GetUnreadRegistrationApplicationCount
| Improve this Doc View SourceGetUnreadRegistrationApplicationCount(GetUnreadRegistrationApplicationCountForm, CancellationToken)
Gets the count of unread registration applications.
Declaration
public Task<GetUnreadRegistrationApplicationCountResponse> GetUnreadRegistrationApplicationCount(GetUnreadRegistrationApplicationCountForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetUnreadRegistrationApplicationCountForm | form | The form to send for retrieving the unread registration application count. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<GetUnreadRegistrationApplicationCountResponse> | The task object representing the asynchronous operation. The task result contains the response with the retrieved unread registration application count. |