Amazon.CloudWatchLogs.AmazonCloudWatchLogsClient.EndDescribeDestinations C# (CSharp) Method

EndDescribeDestinations() public method

Finishes the asynchronous execution of the DescribeDestinations operation.
public EndDescribeDestinations ( IAsyncResult asyncResult ) : DescribeDestinationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDestinations.
return Amazon.CloudWatchLogs.Model.DescribeDestinationsResponse
        public  DescribeDestinationsResponse EndDescribeDestinations(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeDestinationsResponse>(asyncResult);
        }
AmazonCloudWatchLogsClient