C# Class pegasus.eventbus.amqp.EventSubscription

Inheritance: IEventSubscription
Afficher le fichier Open project: Berico-Technologies/Event-Bus

Méthodes publiques

Méthode Description
EventSubscription ( string topic, Action handler ) : System

Méthodes protégées

Méthode Description
EventSubscription ( ) : System

Method Details

EventSubscription() protected méthode

protected EventSubscription ( ) : System
Résultat System

EventSubscription() public méthode

public EventSubscription ( string topic, Action handler ) : System
topic string
handler Action
Résultat System