Method GetPersonMentions
| Improve this Doc View SourceGetPersonMentions(GetPersonMentionsForm, CancellationToken)
Gets mentions of a person.
Declaration
public Task<GetPersonMentionsResponse> GetPersonMentions(GetPersonMentionsForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetPersonMentionsForm | form | The form to send for retrieving the person mentions. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<GetPersonMentionsResponse> | The task object representing the asynchronous operation. The task result contains the response with the retrieved person mentions. |