C# Class BoC.EventAggregator.BaseEvent

Afficher le fichier Open project: csteeg/BoC

Méthodes publiques

Méthode Description
Contains ( SubscriptionToken token ) : bool

Determines whether [contains] [the specified token].

Publish ( ) : void

Publishes the specified arguments.

Unsubscribe ( SubscriptionToken token ) : void

Unsubscribes the specified token.

Méthodes protégées

Méthode Description
Subscribe ( IEventSubscription eventSubscription ) : SubscriptionToken

Subscribes the specified event subscription.

Private Methods

Méthode Description
PruneAndReturnStrategies ( ) : List>

Prunes the and return strategies.

Method Details

Contains() public méthode

Determines whether [contains] [the specified token].
public Contains ( SubscriptionToken token ) : bool
token SubscriptionToken The token.
Résultat bool

Publish() public méthode

Publishes the specified arguments.
public Publish ( ) : void
Résultat void

Subscribe() protected méthode

Subscribes the specified event subscription.
protected Subscribe ( IEventSubscription eventSubscription ) : SubscriptionToken
eventSubscription IEventSubscription The event subscription.
Résultat SubscriptionToken

Unsubscribe() public méthode

Unsubscribes the specified token.
public Unsubscribe ( SubscriptionToken token ) : void
token SubscriptionToken The token.
Résultat void