C# Class BasicCluster.EchoProducerActor

Inheritance: ReceiveActor
Afficher le fichier Open project: SaladLab/Akka.Cluster.Utility

Méthodes publiques

Méthode Description
EchoProducerActor ( ClusterNodeContext context ) : System

Méthodes protégées

Méthode Description
PreStart ( ) : void

Private Methods

Méthode Description
OnMessage ( ClusterActorDiscoveryMessage m ) : void
OnMessage ( string s ) : void

Method Details

EchoProducerActor() public méthode

public EchoProducerActor ( ClusterNodeContext context ) : System
context ClusterNodeContext
Résultat System

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void