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

EndDescribeServices() public method

Finishes the asynchronous execution of the DescribeServices operation.
public EndDescribeServices ( IAsyncResult asyncResult ) : DescribeServicesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeServices.
return Amazon.ECS.Model.DescribeServicesResponse
        public  DescribeServicesResponse EndDescribeServices(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeServicesResponse>(asyncResult);
        }
AmazonECSClient