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

Inheritance: Akka.Actor.ActorBase
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
NoTimeoutActor ( Akka.TestKit.TestLatch timeoutLatch ) : System

Méthodes protégées

Méthode Description
Receive ( object message ) : bool

Method Details

NoTimeoutActor() public méthode

public NoTimeoutActor ( Akka.TestKit.TestLatch timeoutLatch ) : System
timeoutLatch Akka.TestKit.TestLatch
Résultat System

Receive() protected méthode

protected Receive ( object message ) : bool
message object
Résultat bool