Amazon.Redshift.AmazonRedshiftClient.CreateClusterSnapshotAsync C# (CSharp) Метод

CreateClusterSnapshotAsync() публичный Метод

Initiates the asynchronous execution of the CreateClusterSnapshot operation.
public CreateClusterSnapshotAsync ( CreateClusterSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Redshift.Model.CreateClusterSnapshotRequest Container for the necessary parameters to execute the CreateClusterSnapshot operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<CreateClusterSnapshotResponse> CreateClusterSnapshotAsync(CreateClusterSnapshotRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateClusterSnapshotRequestMarshaller();
            var unmarshaller = CreateClusterSnapshotResponseUnmarshaller.Instance;

            return InvokeAsync<CreateClusterSnapshotRequest,CreateClusterSnapshotResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRedshiftClient