Akka.Interfaced.SlimServer.ActorBoundChannelTest.DummyEventActor.IActorBoundChannelObserver C# (CSharp) Method

IActorBoundChannelObserver() private method

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

Same methods

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