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

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

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