C# Class Akka.Interfaced.InterfacedObserver

Datei anzeigen Open project: SaladLab/Akka.Interfaced Class Usage Examples

Public Methods

Method Description
Create ( Type type ) : InterfacedObserver
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
InterfacedObserver ( INotificationChannel channel, int observerId ) : System
Notify ( IInvokable message ) : void

Method Details

Create() public static method

public static Create ( Type type ) : InterfacedObserver
type System.Type
return InterfacedObserver

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

InterfacedObserver() protected method

protected InterfacedObserver ( INotificationChannel channel, int observerId ) : System
channel INotificationChannel
observerId int
return System

Notify() protected method

protected Notify ( IInvokable message ) : void
message IInvokable
return void