C# Class Akka.Interfaced.SlimSocket.GreetObserver

Inheritance: Akka.Interfaced.InterfacedObserver, IGreetObserver
Datei anzeigen Open project: SaladLab/Akka.Interfaced.SlimSocket

Public Methods

Method Description
Event ( string message ) : void
GreetObserver ( ) : System
GreetObserver ( INotificationChannel channel, int observerId ) : System

Method Details

Event() public method

public Event ( string message ) : void
message string
return void

GreetObserver() public method

public GreetObserver ( ) : System
return System

GreetObserver() public method

public GreetObserver ( INotificationChannel channel, int observerId ) : System
channel INotificationChannel
observerId int
return System