C# 클래스 Akka.Interfaced.AkkaReceiverNotificationChannel

상속: INotificationChannel
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced

공개 메소드들

메소드 설명
AkkaReceiverNotificationChannel ( ICanTell receiver ) : Akka.Actor
Equals ( object obj ) : bool
GetHashCode ( ) : int
Notify ( NotificationMessage notificationMessage ) : void
OverrideReceiver ( INotificationChannel channel, ICanTell receiver ) : bool

메소드 상세

AkkaReceiverNotificationChannel() 공개 메소드

public AkkaReceiverNotificationChannel ( ICanTell receiver ) : Akka.Actor
receiver ICanTell
리턴 Akka.Actor

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Notify() 공개 메소드

public Notify ( NotificationMessage notificationMessage ) : void
notificationMessage NotificationMessage
리턴 void

OverrideReceiver() 공개 정적인 메소드

public static OverrideReceiver ( INotificationChannel channel, ICanTell receiver ) : bool
channel INotificationChannel
receiver ICanTell
리턴 bool