Amazon.AWSSupport.AmazonAWSSupportClient.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 DescribeServicesResponse
        public  DescribeServicesResponse EndDescribeServices(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeServicesResponse>(asyncResult);
        }
AmazonAWSSupportClient