C# Class SmartboyDevelopments.SimplePubSub.NotifiableManager

Inheritance: INotifiable
Mostrar archivo Open project: smartboyathome/Haxxit Class Usage Examples

Public Methods

Method Description
Notify ( string channel, object sender, EventArgs args ) : void
PatternNotify ( string channel_pattern, object sender, EventArgs args ) : void

Method Details

Notify() public method

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

PatternNotify() public method

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