Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndDisableKey C# (CSharp) 메소드

EndDisableKey() 공개 메소드

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