[]
        
(Showing Draft Content)

C1.Web.Api.ExporterResult.ExecuteAsync

ExecuteAsync Method

ExecuteAsync(CancellationToken)

Creates an System.Net.Http.HttpResponseMessage asynchronously.

Declaration
public Task<HttpResponseMessage> ExecuteAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
CancellationToken cancellationToken

The token to monitor for cancellation requests.

Returns
Type Description
Task<HttpResponseMessage>

A task that, when completed, contains the System.Net.Http.HttpResponseMessage.