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

EndPutLogEvents() public method

Finishes the asynchronous execution of the PutLogEvents operation.
public EndPutLogEvents ( IAsyncResult asyncResult ) : PutLogEventsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutLogEvents.
return Amazon.CloudWatchLogs.Model.PutLogEventsResponse
        public  PutLogEventsResponse EndPutLogEvents(IAsyncResult asyncResult)
        {
            return EndInvoke<PutLogEventsResponse>(asyncResult);
        }
AmazonCloudWatchLogsClient