Amazon.CloudHSM.AmazonCloudHSMClient.EndDescribeHsm C# (CSharp) Method

EndDescribeHsm() public method

Finishes the asynchronous execution of the DescribeHsm operation.
public EndDescribeHsm ( IAsyncResult asyncResult ) : DescribeHsmResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeHsm.
return Amazon.CloudHSM.Model.DescribeHsmResponse
        public  DescribeHsmResponse EndDescribeHsm(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeHsmResponse>(asyncResult);
        }