Amazon.AWSSupport.AmazonAWSSupportClient.EndDescribeCommunications C# (CSharp) Method

EndDescribeCommunications() public method

Finishes the asynchronous execution of the DescribeCommunications operation.
public EndDescribeCommunications ( IAsyncResult asyncResult ) : DescribeCommunicationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCommunications.
return DescribeCommunicationsResponse
        public  DescribeCommunicationsResponse EndDescribeCommunications(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeCommunicationsResponse>(asyncResult);
        }
AmazonAWSSupportClient