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