C# Class Akka.Tests.Actor.DeathWatchSpec.WatchAndUnwatchMonitor

Inheritance: Akka.Actor.ActorBase
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
WatchAndUnwatchMonitor ( IActorRef terminal, IActorRef testActor ) : System

Protected Methods

Method Description
Receive ( object message ) : bool

Method Details

Receive() protected method

protected Receive ( object message ) : bool
message object
return bool

WatchAndUnwatchMonitor() public method

public WatchAndUnwatchMonitor ( IActorRef terminal, IActorRef testActor ) : System
terminal IActorRef
testActor IActorRef
return System