Amazon.CloudWatchLogs.AmazonCloudWatchLogsClient.EndFilterLogEvents C# (CSharp) Méthode

EndFilterLogEvents() public méthode

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