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

EndGetLogEvents() public method

Finishes the asynchronous execution of the GetLogEvents operation.
public EndGetLogEvents ( IAsyncResult asyncResult ) : GetLogEventsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetLogEvents.
return Amazon.CloudWatchLogs.Model.GetLogEventsResponse
        public  GetLogEventsResponse EndGetLogEvents(IAsyncResult asyncResult)
        {
            return EndInvoke<GetLogEventsResponse>(asyncResult);
        }
AmazonCloudWatchLogsClient