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

EndListServices() public method

Finishes the asynchronous execution of the ListServices operation.
public EndListServices ( IAsyncResult asyncResult ) : ListServicesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListServices.
return Amazon.ECS.Model.ListServicesResponse
        public  ListServicesResponse EndListServices(IAsyncResult asyncResult)
        {
            return EndInvoke<ListServicesResponse>(asyncResult);
        }
AmazonECSClient