Amazon.ECS.AmazonECSClient.EndListContainerInstances C# (CSharp) Method

EndListContainerInstances() public method

Finishes the asynchronous execution of the ListContainerInstances operation.
public EndListContainerInstances ( IAsyncResult asyncResult ) : ListContainerInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListContainerInstances.
return Amazon.ECS.Model.ListContainerInstancesResponse
        public  ListContainerInstancesResponse EndListContainerInstances(IAsyncResult asyncResult)
        {
            return EndInvoke<ListContainerInstancesResponse>(asyncResult);
        }
AmazonECSClient