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

EndFilterLogEvents() public method

Finishes the asynchronous execution of the FilterLogEvents operation.
public EndFilterLogEvents ( IAsyncResult asyncResult ) : FilterLogEventsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginFilterLogEvents.
return Amazon.CloudWatchLogs.Model.FilterLogEventsResponse
        public  FilterLogEventsResponse EndFilterLogEvents(IAsyncResult asyncResult)
        {
            return EndInvoke<FilterLogEventsResponse>(asyncResult);
        }
AmazonCloudWatchLogsClient