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
Type | Name |
---|---|
System.String | msg |
System.Threading.CancellationToken | token |