C# Класс Akka.Actor.ActorSelection

Class ActorSelection.
Наследование: ICanTell
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Equals ( ActorSelection other ) : bool

Приватные методы

Метод Описание
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

Описание методов

ActorSelection() публичный Метод

Initializes a new instance of the ActorSelection class.
public ActorSelection ( ) : System
Результат System

ActorSelection() публичный Метод

Initializes a new instance of the ActorSelection class.
public ActorSelection ( IActorRef anchor, IEnumerable elements ) : System
anchor IActorRef The anchor.
elements IEnumerable The elements.
Результат System

ActorSelection() публичный Метод

Initializes a new instance of the ActorSelection class.
public ActorSelection ( IActorRef anchor, SelectionPathElement path ) : System
anchor IActorRef The anchor.
path SelectionPathElement The path.
Результат System

ActorSelection() публичный Метод

Initializes a new instance of the ActorSelection class.
public ActorSelection ( IActorRef anchor, string path ) : System
anchor IActorRef The anchor.
path string The path.
Результат System

Equals() защищенный Метод

protected Equals ( ActorSelection other ) : bool
other ActorSelection
Результат bool

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

ResolveOne() публичный Метод

public ResolveOne ( System.TimeSpan timeout ) : Task
timeout System.TimeSpan
Результат Task

Tell() публичный Метод

Posts a message to this ActorSelection.
public Tell ( object message, IActorRef sender = null ) : void
message object The message.
sender IActorRef The sender.
Результат void