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

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

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

            return InvokeAsync<DisableSnapshotCopyRequest,DisableSnapshotCopyResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRedshiftClient