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