Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndRevokeGrant C# (CSharp) Method

EndRevokeGrant() public method

Finishes the asynchronous execution of the RevokeGrant operation.
public EndRevokeGrant ( IAsyncResult asyncResult ) : RevokeGrantResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRevokeGrant.
return RevokeGrantResponse
        public  RevokeGrantResponse EndRevokeGrant(IAsyncResult asyncResult)
        {
            return EndInvoke<RevokeGrantResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient