Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndListCommandInvocations C# (CSharp) Метод

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

Finishes the asynchronous execution of the ListCommandInvocations operation.
public EndListCommandInvocations ( IAsyncResult asyncResult ) : ListCommandInvocationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListCommandInvocations.
Результат Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsResponse
        public  ListCommandInvocationsResponse EndListCommandInvocations(IAsyncResult asyncResult)
        {
            return EndInvoke<ListCommandInvocationsResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient