C# Class Akka.Interfaced.AkkaReceiverNotificationChannel

Inheritance: INotificationChannel
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Methods

Method Description
AkkaReceiverNotificationChannel ( ICanTell receiver ) : Akka.Actor
Equals ( object obj ) : bool
GetHashCode ( ) : int
Notify ( NotificationMessage notificationMessage ) : void
OverrideReceiver ( INotificationChannel channel, ICanTell receiver ) : bool

Method Details

AkkaReceiverNotificationChannel() public method

public AkkaReceiverNotificationChannel ( ICanTell receiver ) : Akka.Actor
receiver ICanTell
return Akka.Actor

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Notify() public method

public Notify ( NotificationMessage notificationMessage ) : void
notificationMessage NotificationMessage
return void

OverrideReceiver() public static method

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