Akka.Interfaced.SlimServer.ActorBoundChannelTest.DummyEventActor.IActorBoundChannelObserver C# (CSharp) 메소드

IActorBoundChannelObserver() 개인적인 메소드

private IActorBoundChannelObserver ( IActorBoundChannel channel, object tag ) : void
channel IActorBoundChannel
tag object
리턴 void
            void IActorBoundChannelObserver.ChannelOpen(IActorBoundChannel channel, object tag)
            {
                _tagByChannelOpen = tag;
            }

Same methods

ActorBoundChannelTest.DummyEventActor::IActorBoundChannelObserver ( object tag ) : void