C# 클래스 Brod.Common.SystemInformer

파일 보기 프로젝트 열기: paralect/brod

공개 메소드들

메소드 설명
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

메소드 상세

Complete() 공개 정적인 메소드

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

Notify() 공개 정적인 메소드

Notify system about some event
public static Notify ( ISystemEvent @event ) : void
@event ISystemEvent
리턴 void

Swap() 공개 정적인 메소드

Swap existing observers collection with a new one
public static Swap ( ) : IObserver[]
리턴 IObserver[]