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

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

Initiates the asynchronous execution of the EnableSnapshotCopy operation.
public EnableSnapshotCopyAsync ( EnableSnapshotCopyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request EnableSnapshotCopyRequest Container for the necessary parameters to execute the EnableSnapshotCopy operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<EnableSnapshotCopyResponse> EnableSnapshotCopyAsync(EnableSnapshotCopyRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new EnableSnapshotCopyRequestMarshaller();
            var unmarshaller = EnableSnapshotCopyResponseUnmarshaller.Instance;

            return InvokeAsync<EnableSnapshotCopyRequest,EnableSnapshotCopyResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRedshiftClient