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

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

Public Methods

Method Description
NoTimeoutActor ( Akka.TestKit.TestLatch timeoutLatch ) : System

Protected Methods

Method Description
Receive ( object message ) : bool

Method Details

NoTimeoutActor() public method

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

Receive() protected method

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