C# Class Akka.Routing.ActorSelectionRoutee

Inheritance: Routee
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
ActorSelectionRoutee ( ActorSelection actor ) : System.Collections.Generic
Ask ( object message, System.TimeSpan timeout ) : Task
Equals ( object obj ) : bool
GetHashCode ( ) : int
Send ( object message, IActorRef sender ) : void

Méthodes protégées

Méthode Description
Equals ( ActorSelectionRoutee other ) : bool

Method Details

ActorSelectionRoutee() public méthode

public ActorSelectionRoutee ( ActorSelection actor ) : System.Collections.Generic
actor Akka.Actor.ActorSelection
Résultat System.Collections.Generic

Ask() public méthode

public Ask ( object message, System.TimeSpan timeout ) : Task
message object
timeout System.TimeSpan
Résultat Task

Equals() protected méthode

protected Equals ( ActorSelectionRoutee other ) : bool
other ActorSelectionRoutee
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Send() public méthode

public Send ( object message, IActorRef sender ) : void
message object
sender IActorRef
Résultat void