C# Class Akka.Interfaced.AkkaReceiverNotificationChannel

Inheritance: INotificationChannel
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

Méthode 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 méthode

public AkkaReceiverNotificationChannel ( ICanTell receiver ) : Akka.Actor
receiver ICanTell
Résultat Akka.Actor

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Notify() public méthode

public Notify ( NotificationMessage notificationMessage ) : void
notificationMessage NotificationMessage
Résultat void

OverrideReceiver() public static méthode

public static OverrideReceiver ( INotificationChannel channel, ICanTell receiver ) : bool
channel INotificationChannel
receiver ICanTell
Résultat bool