C# Class GSF.Threading.SharedTimerScheduler.SharedTimerInstance

Inheritance: IDisposable
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode Description
Dispose ( ) : void
RegisterCallback ( Action callback ) : WeakAction
RegisterCallback ( WeakAction weakAction ) : WeakAction
ResetStats ( ) : void
SharedTimerInstance ( SharedTimerScheduler parentTimer, int interval ) : System
StatusMessage ( bool &warning, bool &error ) : string

Private Methods

Méthode Description
Callback ( object state ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RegisterCallback() public méthode

public RegisterCallback ( Action callback ) : WeakAction
callback Action
Résultat WeakAction

RegisterCallback() public méthode

public RegisterCallback ( WeakAction weakAction ) : WeakAction
weakAction WeakAction
Résultat WeakAction

ResetStats() public méthode

public ResetStats ( ) : void
Résultat void

SharedTimerInstance() public méthode

public SharedTimerInstance ( SharedTimerScheduler parentTimer, int interval ) : System
parentTimer SharedTimerScheduler
interval int
Résultat System

StatusMessage() public méthode

public StatusMessage ( bool &warning, bool &error ) : string
warning bool
error bool
Résultat string