C# 클래스 Akka.Interfaced.PreMessageFilterContext

파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Actor object
Handled bool
Message object

프로퍼티 상세

Actor 공개적으로 프로퍼티

public object Actor
리턴 object

Handled 공개적으로 프로퍼티

public bool Handled
리턴 bool

Message 공개적으로 프로퍼티

public object Message
리턴 object