Method ResolveObject
| Improve this Doc View SourceResolveObject(ResolveObjectForm, CancellationToken)
Resolves an object.
Declaration
public Task<ResolveObjectResponse> ResolveObject(ResolveObjectForm form, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| ResolveObjectForm | form | The form to send for resolving an object. |
| CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
| Type | Description |
|---|---|
| Task<ResolveObjectResponse> | The task object representing the asynchronous operation. The task result contains the response after resolving the object. |