C# Class Akka.Interfaced.InterfacedObserver

Afficher le fichier Open project: SaladLab/Akka.Interfaced Class Usage Examples

Méthodes publiques

Méthode Description
Create ( Type type ) : InterfacedObserver
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
InterfacedObserver ( INotificationChannel channel, int observerId ) : System
Notify ( IInvokable message ) : void

Method Details

Create() public static méthode

public static Create ( Type type ) : InterfacedObserver
type System.Type
Résultat InterfacedObserver

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

InterfacedObserver() protected méthode

protected InterfacedObserver ( INotificationChannel channel, int observerId ) : System
channel INotificationChannel
observerId int
Résultat System

Notify() protected méthode

protected Notify ( IInvokable message ) : void
message IInvokable
Résultat void