C# Class Akka.Interfaced.SlimSocket.Client.ObserverEventDispatcher

Inheritance: INotificationChannel
Afficher le fichier Open project: SaladLab/Akka.Interfaced.SlimSocket

Méthodes publiques

Méthode Description
Attach ( IInterfacedObserver observer ) : void
Detach ( IInterfacedObserver observer ) : bool
Invoke ( int notificationId, IInvokable message ) : void
Notify ( NotificationMessage notificationMessage ) : void
ObserverEventDispatcher ( ) : System
ObserverEventDispatcher ( IInterfacedObserver observer, bool startPending = false, bool keepOrder = false ) : System

Private Methods

Méthode Description
FlushPendingMessage ( ) : void
InvokeInternal ( IInvokable message ) : void

Method Details

Attach() public méthode

public Attach ( IInterfacedObserver observer ) : void
observer IInterfacedObserver
Résultat void

Detach() public méthode

public Detach ( IInterfacedObserver observer ) : bool
observer IInterfacedObserver
Résultat bool

Invoke() public méthode

public Invoke ( int notificationId, IInvokable message ) : void
notificationId int
message IInvokable
Résultat void

Notify() public méthode

public Notify ( NotificationMessage notificationMessage ) : void
notificationMessage NotificationMessage
Résultat void

ObserverEventDispatcher() public méthode

public ObserverEventDispatcher ( ) : System
Résultat System

ObserverEventDispatcher() public méthode

public ObserverEventDispatcher ( IInterfacedObserver observer, bool startPending = false, bool keepOrder = false ) : System
observer IInterfacedObserver
startPending bool
keepOrder bool
Résultat System