C# Class Akka.Routing.ActorRefRoutee

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

Méthodes publiques

Méthode Description
ActorRefRoutee ( IActorRef 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 ( ActorRefRoutee other ) : bool

Method Details

ActorRefRoutee() public méthode

public ActorRefRoutee ( IActorRef actor ) : System.Collections.Generic
actor IActorRef
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 ( ActorRefRoutee other ) : bool
other ActorRefRoutee
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