C# Class SmartboyDevelopments.SimplePubSub.NotifiableManager

Inheritance: INotifiable
Afficher le fichier Open project: smartboyathome/Haxxit Class Usage Examples

Méthodes publiques

Méthode Description
Notify ( string channel, object sender, EventArgs args ) : void
PatternNotify ( string channel_pattern, object sender, EventArgs args ) : void

Method Details

Notify() public méthode

public Notify ( string channel, object sender, EventArgs args ) : void
channel string
sender object
args System.EventArgs
Résultat void

PatternNotify() public méthode

public PatternNotify ( string channel_pattern, object sender, EventArgs args ) : void
channel_pattern string
sender object
args System.EventArgs
Résultat void