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

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

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

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

Initializes a new instance of the ActorAssociationEventListener class.

Notify ( IAssociationEvent ev ) : void

Notify the Actor about an IAssociationEvent.

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

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

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

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

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