C# Class Akka.Tests.Routing.RandomSpec.HelloWorldActor

Inheritance: Akka.Actor.UntypedActor
Exibir arquivo Open project: rogeralsing/akka.net

Public Methods

Method Description
HelloWorldActor ( Akka.TestKit.TestLatch testLatch ) : System

Protected Methods

Method Description
OnReceive ( object message ) : void
PostStop ( ) : void

Method Details

HelloWorldActor() public method

public HelloWorldActor ( Akka.TestKit.TestLatch testLatch ) : System
testLatch Akka.TestKit.TestLatch
return System

OnReceive() protected method

protected OnReceive ( object message ) : void
message object
return void

PostStop() protected method

protected PostStop ( ) : void
return void