C# Class Akka.Cluster.Sharding.Tests.ClusterShardingGracefulShutdownSpec.IllustrateGracefulShutdown

Inheritance: Akka.Actor.UntypedActor
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
IllustrateGracefulShutdown ( ) : System

Protected Methods

Method Description
OnReceive ( object message ) : void

Method Details

IllustrateGracefulShutdown() public method

public IllustrateGracefulShutdown ( ) : System
return System

OnReceive() protected method

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