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

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

공개 메소드들

메소드 설명
ActorBoundDummyChannel ( ) : System
ActorBoundDummyChannel ( Tuple bindingActor ) : System

보호된 메소드들

메소드 설명
OnCloseRequest ( ) : void
OnNotificationMessage ( NotificationMessage message ) : void
OnResponseMessage ( ResponseMessage message ) : void

비공개 메소드들

메소드 설명
IActorBoundChannelSync ( IActorRef actor, TaggedType types, ActorBindingFlags bindingFlags ) : IRequestTarget
IActorBoundChannelSync ( InterfacedActorRef actor, ActorBindingFlags bindingFlags ) : InterfacedActorRef

메소드 상세

ActorBoundDummyChannel() 공개 메소드

public ActorBoundDummyChannel ( ) : System
리턴 System

ActorBoundDummyChannel() 공개 메소드

public ActorBoundDummyChannel ( Tuple bindingActor ) : System
bindingActor Tuple
리턴 System

OnCloseRequest() 보호된 메소드

protected OnCloseRequest ( ) : void
리턴 void

OnNotificationMessage() 보호된 메소드

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

OnResponseMessage() 보호된 메소드

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