Amazon.KeyManagementService.AmazonKeyManagementServiceClient.RevokeGrantAsync C# (CSharp) Метод

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

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

            return InvokeAsync<RevokeGrantRequest,RevokeGrantResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonKeyManagementServiceClient::RevokeGrantAsync ( string grantId, string keyId, System cancellationToken = default(CancellationToken) ) : Task
AmazonKeyManagementServiceClient