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

EndDescribeKey() 공개 메소드

Finishes the asynchronous execution of the DescribeKey operation.
public EndDescribeKey ( IAsyncResult asyncResult ) : DescribeKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeKey.
리턴 DescribeKeyResponse
        public  DescribeKeyResponse EndDescribeKey(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeKeyResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient