C# Класс Akka.Remote.Transport.ActorHandleEventListener

Converts an ActorRef instance into an IHandleEventListener, so IHandleEvent messages can be passed directly to the Actor.
Наследование: IHandleEventListener
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Actor IActorRef

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

Метод Описание
ActorHandleEventListener ( IActorRef actor ) : System

Initializes a new instance of the ActorHandleEventListener class.

Notify ( IHandleEvent ev ) : void

Notify the Actor about an IHandleEvent message.

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

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

Initializes a new instance of the ActorHandleEventListener class.
public ActorHandleEventListener ( IActorRef actor ) : System
actor IActorRef The Actor to notify about messages.
Результат System

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

Notify the Actor about an IHandleEvent message.
public Notify ( IHandleEvent ev ) : void
ev IHandleEvent The message to notify the Actor about
Результат void

Описание свойств

Actor публичное свойство

The Actor to notify about IHandleEvent messages.
public IActorRef Actor
Результат IActorRef