C# Class Akka.Tests.Routing.SmallestMailboxSpec.SmallestMailboxActor

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

Public Methods

Method Description
SmallestMailboxActor ( string>.ConcurrentDictionary usedActors ) : System

Protected Methods

Method Description
OnReceive ( object message ) : void

Method Details

OnReceive() protected method

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

SmallestMailboxActor() public method

public SmallestMailboxActor ( string>.ConcurrentDictionary usedActors ) : System
usedActors string>.ConcurrentDictionary
return System