Method | Description | |
---|---|---|
DelayAsync ( int interval, CoreDispatcher dispatcher ) : Task | ||
Log ( string content, LogLevel level = LogLevel.Info, bool ignoreNewLine = true ) : void |
public static DelayAsync ( int interval, CoreDispatcher dispatcher ) : Task | ||
interval | int | |
dispatcher | CoreDispatcher | |
return | Task |
public static Log ( string content, LogLevel level = LogLevel.Info, bool ignoreNewLine = true ) : void | ||
content | string | |
level | LogLevel | |
ignoreNewLine | bool | |
return | void |