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

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

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

            return InvokeAsync<RevokeSnapshotAccessRequest,RevokeSnapshotAccessResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRedshiftClient