Amazon.AWSSupport.AmazonAWSSupportClient.EndDescribeCommunications C# (CSharp) Méthode

EndDescribeCommunications() public méthode

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