Amazon.ConfigService.AmazonConfigServiceClient.DeliverConfigSnapshotAsync C# (CSharp) Method

DeliverConfigSnapshotAsync() public method

Initiates the asynchronous execution of the DeliverConfigSnapshot operation.
public DeliverConfigSnapshotAsync ( DeliverConfigSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ConfigService.Model.DeliverConfigSnapshotRequest Container for the necessary parameters to execute the DeliverConfigSnapshot operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DeliverConfigSnapshotResponse> DeliverConfigSnapshotAsync(DeliverConfigSnapshotRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeliverConfigSnapshotRequestMarshaller();
            var unmarshaller = DeliverConfigSnapshotResponseUnmarshaller.Instance;

            return InvokeAsync<DeliverConfigSnapshotRequest,DeliverConfigSnapshotResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonConfigServiceClient::DeliverConfigSnapshotAsync ( string deliveryChannelName, System cancellationToken = default(CancellationToken) ) : Task
AmazonConfigServiceClient