Akka.Interfaced.SlimServer.ActorBoundChannelTest.TestActorBoundChannel.OnNotificationMessage C# (CSharp) Method

OnNotificationMessage() protected method

protected OnNotificationMessage ( NotificationMessage m ) : void
m NotificationMessage
return void
            protected override void OnNotificationMessage(NotificationMessage m)
            {
                _observerChannelMap[m.ObserverId].Notify(m);
            }