C# Class Akka.Interfaced.TestKit.Tests.UserObserver

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

Public Methods

Method Description
Say ( string message ) : void
UserObserver ( ) : System
UserObserver ( INotificationChannel channel, int observerId ) : System

Method Details

Say() public method

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

UserObserver() public method

public UserObserver ( ) : System
return System

UserObserver() public method

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