Table of Contents

Method WriteEventAsync

Namespace
Sisk.Cadente
Assembly
Sisk.Cadente.dll

WriteEventAsync(string)

Asynchronously writes an event message to the underlying stream.

public Task WriteEventAsync(string eventName)

Parameters

eventName string

The name of the event to write.

Returns

Task

A task that represents the asynchronous write operation.