C# 클래스 Akka.Remote.Transport.ActorAssociationEventListener

Converts an ActorRef instance into an IAssociationEventListener, so IAssociationEvent messages can be passed directly to the Actor.
상속: IAssociationEventListener
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
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