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

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

공개 프로퍼티들

프로퍼티 타입 설명
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