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

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

공개 메소드들

메소드 설명
ActorBoundChannelObserver ( ) : System
ActorBoundChannelObserver ( INotificationChannel channel, int observerId ) : System
ChannelClose ( Akka channel, object tag ) : void
ChannelOpen ( Akka channel, object tag ) : void
ChannelOpenTimeout ( object tag ) : void

메소드 상세

ActorBoundChannelObserver() 공개 메소드

public ActorBoundChannelObserver ( ) : System
리턴 System

ActorBoundChannelObserver() 공개 메소드

public ActorBoundChannelObserver ( INotificationChannel channel, int observerId ) : System
channel INotificationChannel
observerId int
리턴 System

ChannelClose() 공개 메소드

public ChannelClose ( Akka channel, object tag ) : void
channel Akka
tag object
리턴 void

ChannelOpen() 공개 메소드

public ChannelOpen ( Akka channel, object tag ) : void
channel Akka
tag object
리턴 void

ChannelOpenTimeout() 공개 메소드

public ChannelOpenTimeout ( object tag ) : void
tag object
리턴 void