C# Class Brod.Common.SystemInformer

Afficher le fichier Open project: paralect/brod

Méthodes publiques

Méthode Description
Complete ( ) : void

Inform all observers that no more notifications planned. Possibly for shutdown phase.

Notify ( ISystemEvent @event ) : void

Notify system about some event

Swap ( ) : IObserver[]

Swap existing observers collection with a new one

Method Details

Complete() public static méthode

Inform all observers that no more notifications planned. Possibly for shutdown phase.
public static Complete ( ) : void
Résultat void

Notify() public static méthode

Notify system about some event
public static Notify ( ISystemEvent @event ) : void
@event ISystemEvent
Résultat void

Swap() public static méthode

Swap existing observers collection with a new one
public static Swap ( ) : IObserver[]
Résultat IObserver[]