Akka.Interfaced.InterfacedObserver.InterfacedObserver C# (CSharp) Method

InterfacedObserver() protected method

protected InterfacedObserver ( INotificationChannel channel, int observerId ) : System
channel INotificationChannel
observerId int
return System
        protected InterfacedObserver(INotificationChannel channel, int observerId)
        {
            Channel = channel;
            ObserverId = observerId;
        }