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

BeginFilterLogEvents() public method

Initiates the asynchronous execution of the FilterLogEvents operation.
public BeginFilterLogEvents ( FilterLogEventsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudWatchLogs.Model.FilterLogEventsRequest Container for the necessary parameters to execute the FilterLogEvents 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 BeginFilterLogEvents(FilterLogEventsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new FilterLogEventsRequestMarshaller();
            var unmarshaller = FilterLogEventsResponseUnmarshaller.Instance;

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