Method ListCommunities
| Improve this Doc View SourceListCommunities(ListCommunitiesForm, CancellationToken)
Lists communities.
Declaration
Task<ListCommunitiesResponse> ListCommunities(ListCommunitiesForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListCommunitiesForm | form | The form to send for listing communities. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<ListCommunitiesResponse> | The task object representing the asynchronous operation. The task result contains the response with the listed communities. |