Amazon.RDS.AmazonRDSClient.CreateDBClusterSnapshotAsync C# (CSharp) Метод

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

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

            return InvokeAsync<CreateDBClusterSnapshotRequest,CreateDBClusterSnapshotResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient