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

BeginDescribeDestinations() public method

Initiates the asynchronous execution of the DescribeDestinations operation.
public BeginDescribeDestinations ( DescribeDestinationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudWatchLogs.Model.DescribeDestinationsRequest Container for the necessary parameters to execute the DescribeDestinations operation on AmazonCloudWatchLogsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult
        public IAsyncResult BeginDescribeDestinations(DescribeDestinationsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DescribeDestinationsRequestMarshaller();
            var unmarshaller = DescribeDestinationsResponseUnmarshaller.Instance;

            return BeginInvoke<DescribeDestinationsRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonCloudWatchLogsClient