C# Class Akka.Actor.ActorSelection

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

Méthodes publiques

Méthode Description
ActorSelection ( ) : System

Initializes a new instance of the ActorSelection class.

ActorSelection ( IActorRef anchor, IEnumerable elements ) : System

Initializes a new instance of the ActorSelection class.

ActorSelection ( IActorRef anchor, SelectionPathElement path ) : System

Initializes a new instance of the ActorSelection class.

ActorSelection ( IActorRef anchor, string path ) : System

Initializes a new instance of the ActorSelection class.

Equals ( object obj ) : bool
GetHashCode ( ) : int
ResolveOne ( System.TimeSpan timeout ) : Task
Tell ( object message, IActorRef sender = null ) : void

Posts a message to this ActorSelection.

Méthodes protégées

Méthode Description
Equals ( ActorSelection other ) : bool

Private Methods

Méthode Description
DeliverSelection ( IInternalActorRef anchor, IActorRef sender, ActorSelectionMessage sel ) : void

INTERNAL API Convenience method used by remoting when receiving ActorSelectionMessage from a remote actor.

InnerResolveOne ( System.TimeSpan timeout ) : Task

Method Details

ActorSelection() public méthode

Initializes a new instance of the ActorSelection class.
public ActorSelection ( ) : System
Résultat System

ActorSelection() public méthode

Initializes a new instance of the ActorSelection class.
public ActorSelection ( IActorRef anchor, IEnumerable elements ) : System
anchor IActorRef The anchor.
elements IEnumerable The elements.
Résultat System

ActorSelection() public méthode

Initializes a new instance of the ActorSelection class.
public ActorSelection ( IActorRef anchor, SelectionPathElement path ) : System
anchor IActorRef The anchor.
path SelectionPathElement The path.
Résultat System

ActorSelection() public méthode

Initializes a new instance of the ActorSelection class.
public ActorSelection ( IActorRef anchor, string path ) : System
anchor IActorRef The anchor.
path string The path.
Résultat System

Equals() protected méthode

protected Equals ( ActorSelection other ) : bool
other ActorSelection
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

ResolveOne() public méthode

public ResolveOne ( System.TimeSpan timeout ) : Task
timeout System.TimeSpan
Résultat Task

Tell() public méthode

Posts a message to this ActorSelection.
public Tell ( object message, IActorRef sender = null ) : void
message object The message.
sender IActorRef The sender.
Résultat void