Amazon.CloudHSM.AmazonCloudHSMClient.EndDescribeHsm C# (CSharp) Метод

EndDescribeHsm() публичный Метод

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