Method WriteEventAsync
WriteEventAsync(string)
Asynchronously writes an event message to the underlying stream.
public Task WriteEventAsync(string eventName)
Parameters
eventName
stringThe name of the event to write.
Returns
- Task
A task that represents the asynchronous write operation.