C# Class Notification_Forwarder.ConfigHelper.Conf

Afficher le fichier Open project: Elepover/notificationforwarder

Méthodes publiques

Méthode Description
DelayAsync ( int interval, CoreDispatcher dispatcher ) : Task
Log ( string content, LogLevel level = LogLevel.Info, bool ignoreNewLine = true ) : void

Method Details

DelayAsync() public static méthode

public static DelayAsync ( int interval, CoreDispatcher dispatcher ) : Task
interval int
dispatcher CoreDispatcher
Résultat Task

Log() public static méthode

public static Log ( string content, LogLevel level = LogLevel.Info, bool ignoreNewLine = true ) : void
content string
level LogLevel
ignoreNewLine bool
Résultat void