Amazon.APIGateway.AmazonAPIGatewayClient.GetExportAsync C# (CSharp) Method

GetExportAsync() public method

Initiates the asynchronous execution of the GetExport operation.
public GetExportAsync ( GetExportRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetExportRequest Container for the necessary parameters to execute the GetExport operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetExportResponse> GetExportAsync(GetExportRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetExportRequestMarshaller();
            var unmarshaller = GetExportResponseUnmarshaller.Instance;

            return InvokeAsync<GetExportRequest,GetExportResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient