C# Class Akka.Tests.Routing.BroadcastSpec.BroadcastTarget

Inheritance: Akka.Actor.UntypedActor
Mostrar archivo Open project: rogeralsing/akka.net

Public Methods

Method Description
BroadcastTarget ( Akka.TestKit.TestLatch latch, Akka.Util.AtomicCounter counter ) : System

Protected Methods

Method Description
OnReceive ( object message ) : void

Method Details

BroadcastTarget() public method

public BroadcastTarget ( Akka.TestKit.TestLatch latch, Akka.Util.AtomicCounter counter ) : System
latch Akka.TestKit.TestLatch
counter Akka.Util.AtomicCounter
return System

OnReceive() protected method

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