Akka.Interfaced.SlimSocket.Client.ObserverEventDispatcher.Notify C# (CSharp) Method

Notify() public method

public Notify ( NotificationMessage notificationMessage ) : void
notificationMessage NotificationMessage
return void
        public void Notify(NotificationMessage notificationMessage)
        {
            Invoke(notificationMessage.NotificationId, notificationMessage.InvokePayload);
        }