C# Class Akka.Tests.Actor.ReceiveTimeoutSpec.TimeoutActor

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

Public Methods

Method Description
TimeoutActor ( Akka.TestKit.TestLatch timeoutLatch ) : System
TimeoutActor ( Akka.TestKit.TestLatch timeoutLatch, System.TimeSpan timeout ) : System

Protected Methods

Method Description
Receive ( object message ) : bool

Method Details

Receive() protected method

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

TimeoutActor() public method

public TimeoutActor ( Akka.TestKit.TestLatch timeoutLatch ) : System
timeoutLatch Akka.TestKit.TestLatch
return System

TimeoutActor() public method

public TimeoutActor ( Akka.TestKit.TestLatch timeoutLatch, System.TimeSpan timeout ) : System
timeoutLatch Akka.TestKit.TestLatch
timeout System.TimeSpan
return System