Amazon.DirectConnect.AmazonDirectConnectClient.EndDescribeLocations C# (CSharp) Method

EndDescribeLocations() public method

Finishes the asynchronous execution of the DescribeLocations operation.
public EndDescribeLocations ( IAsyncResult asyncResult ) : DescribeLocationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeLocations.
return DescribeLocationsResponse
        public  DescribeLocationsResponse EndDescribeLocations(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeLocationsResponse>(asyncResult);
        }
AmazonDirectConnectClient