Skip to main content

IWriteEventAsync

Assembly: ServiceStack.dll
View Source
Declaration
public interface IWriteEventAsync

Methods

WriteEventAsync(String, CancellationToken)

View Source
Declaration
Task WriteEventAsync(string msg, CancellationToken token = default(CancellationToken))
Returns

System.Threading.Tasks.Task

Parameters
TypeName
System.Stringmsg
System.Threading.CancellationTokentoken