C# 클래스 Akka.Interfaced.SlimServer.ActorBoundChannelBase

상속: InterfacedActor, IActorBoundChannelSync
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced

보호된 프로퍼티들

프로퍼티 타입 설명
_tag object

보호된 메소드들

메소드 설명
BindActor ( IActorRef actor, IEnumerable boundTypes, ActorBindingFlags bindingFlags ) : int
BindType ( IActorRef actor, IEnumerable boundTypes ) : bool
Close ( ) : void
GetBoundActor ( int id ) : BoundActor
GetBoundActorId ( IActorRef actor ) : int
OnCloseRequest ( ) : void
OnNotificationMessage ( NotificationMessage message ) : void
OnReceive ( object message ) : void
OnResponseMessage ( ResponseMessage message ) : void
PostStop ( ) : void
UnbindActor ( IActorRef actor ) : BoundActor
UnbindType ( IActorRef actor, IEnumerable types ) : bool

비공개 메소드들

메소드 설명
GetDerivedBoundTypes ( IEnumerable boundTypes ) : List
IActorBoundChannelSync ( IActorRef actor, TaggedType types, ActorBindingFlags bindingFlags ) : IRequestTarget
IActorBoundChannelSync ( InterfacedActorRef actor, ActorBindingFlags bindingFlags ) : InterfacedActorRef
IActorBoundChannelSync ( IActorRef actor ) : bool
IActorBoundChannelSync ( IActorRef actor, TaggedType types ) : bool
IActorBoundChannelSync ( IActorRef actor, Type types ) : bool
IActorBoundChannelSync ( ) : void
IActorBoundChannelSync ( object tag ) : void
OnChildTerminate ( Terminated m ) : void

메소드 상세

BindActor() 보호된 메소드

protected BindActor ( IActorRef actor, IEnumerable boundTypes, ActorBindingFlags bindingFlags ) : int
actor IActorRef
boundTypes IEnumerable
bindingFlags ActorBindingFlags
리턴 int

BindType() 보호된 메소드

protected BindType ( IActorRef actor, IEnumerable boundTypes ) : bool
actor IActorRef
boundTypes IEnumerable
리턴 bool

Close() 보호된 메소드

protected Close ( ) : void
리턴 void

GetBoundActor() 보호된 메소드

protected GetBoundActor ( int id ) : BoundActor
id int
리턴 BoundActor

GetBoundActorId() 보호된 메소드

protected GetBoundActorId ( IActorRef actor ) : int
actor IActorRef
리턴 int

OnCloseRequest() 보호된 추상적인 메소드

protected abstract OnCloseRequest ( ) : void
리턴 void

OnNotificationMessage() 보호된 추상적인 메소드

protected abstract OnNotificationMessage ( NotificationMessage message ) : void
message NotificationMessage
리턴 void

OnReceive() 보호된 메소드

protected OnReceive ( object message ) : void
message object
리턴 void

OnResponseMessage() 보호된 추상적인 메소드

protected abstract OnResponseMessage ( ResponseMessage message ) : void
message ResponseMessage
리턴 void

PostStop() 보호된 메소드

protected PostStop ( ) : void
리턴 void

UnbindActor() 보호된 메소드

protected UnbindActor ( IActorRef actor ) : BoundActor
actor IActorRef
리턴 BoundActor

UnbindType() 보호된 메소드

protected UnbindType ( IActorRef actor, IEnumerable types ) : bool
actor IActorRef
types IEnumerable
리턴 bool

프로퍼티 상세

_tag 보호되어 있는 프로퍼티

protected object _tag
리턴 object