C# Класс Akka.Routing.ActorSelectionRoutee

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

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

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

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

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

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

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

public ActorSelectionRoutee ( ActorSelection actor ) : System.Collections.Generic
actor Akka.Actor.ActorSelection
Результат System.Collections.Generic

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

public Ask ( object message, System.TimeSpan timeout ) : Task
message object
timeout System.TimeSpan
Результат Task

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

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

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

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

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

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

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

public Send ( object message, IActorRef sender ) : void
message object
sender IActorRef
Результат void