C# 클래스 SmartboyDevelopments.SimplePubSub.NotifiableManager

상속: INotifiable
파일 보기 프로젝트 열기: smartboyathome/Haxxit 1 사용 예제들

공개 메소드들

메소드 설명
Notify ( string channel, object sender, EventArgs args ) : void
PatternNotify ( string channel_pattern, object sender, EventArgs args ) : void

메소드 상세

Notify() 공개 메소드

public Notify ( string channel, object sender, EventArgs args ) : void
channel string
sender object
args System.EventArgs
리턴 void

PatternNotify() 공개 메소드

public PatternNotify ( string channel_pattern, object sender, EventArgs args ) : void
channel_pattern string
sender object
args System.EventArgs
리턴 void