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

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

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