C# 클래스 BoC.EventAggregator.BaseEvent

파일 보기 프로젝트 열기: csteeg/BoC

공개 메소드들

메소드 설명
Contains ( SubscriptionToken token ) : bool

Determines whether [contains] [the specified token].

Publish ( ) : void

Publishes the specified arguments.

Unsubscribe ( SubscriptionToken token ) : void

Unsubscribes the specified token.

보호된 메소드들

메소드 설명
Subscribe ( IEventSubscription eventSubscription ) : SubscriptionToken

Subscribes the specified event subscription.

비공개 메소드들

메소드 설명
PruneAndReturnStrategies ( ) : List>

Prunes the and return strategies.

메소드 상세

Contains() 공개 메소드

Determines whether [contains] [the specified token].
public Contains ( SubscriptionToken token ) : bool
token SubscriptionToken The token.
리턴 bool

Publish() 공개 메소드

Publishes the specified arguments.
public Publish ( ) : void
리턴 void

Subscribe() 보호된 메소드

Subscribes the specified event subscription.
protected Subscribe ( IEventSubscription eventSubscription ) : SubscriptionToken
eventSubscription IEventSubscription The event subscription.
리턴 SubscriptionToken

Unsubscribe() 공개 메소드

Unsubscribes the specified token.
public Unsubscribe ( SubscriptionToken token ) : void
token SubscriptionToken The token.
리턴 void