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

EndDisableKey() public method

Finishes the asynchronous execution of the DisableKey operation.
public EndDisableKey ( IAsyncResult asyncResult ) : DisableKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisableKey.
return DisableKeyResponse
        public  DisableKeyResponse EndDisableKey(IAsyncResult asyncResult)
        {
            return EndInvoke<DisableKeyResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient