Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndListCommands C# (CSharp) 메소드

EndListCommands() 공개 메소드

Finishes the asynchronous execution of the ListCommands operation.
public EndListCommands ( IAsyncResult asyncResult ) : ListCommandsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListCommands.
리턴 Amazon.SimpleSystemsManagement.Model.ListCommandsResponse
        public  ListCommandsResponse EndListCommands(IAsyncResult asyncResult)
        {
            return EndInvoke<ListCommandsResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient