C# Class Akka.Interfaced.SlimServer.ActorBoundChannelObserver

Inheritance: Akka.Interfaced.InterfacedObserver, IActorBoundChannelObserver
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

Méthode Description
ActorBoundChannelObserver ( ) : System
ActorBoundChannelObserver ( INotificationChannel channel, int observerId ) : System
ChannelClose ( Akka channel, object tag ) : void
ChannelOpen ( Akka channel, object tag ) : void
ChannelOpenTimeout ( object tag ) : void

Method Details

ActorBoundChannelObserver() public méthode

public ActorBoundChannelObserver ( ) : System
Résultat System

ActorBoundChannelObserver() public méthode

public ActorBoundChannelObserver ( INotificationChannel channel, int observerId ) : System
channel INotificationChannel
observerId int
Résultat System

ChannelClose() public méthode

public ChannelClose ( Akka channel, object tag ) : void
channel Akka
tag object
Résultat void

ChannelOpen() public méthode

public ChannelOpen ( Akka channel, object tag ) : void
channel Akka
tag object
Résultat void

ChannelOpenTimeout() public méthode

public ChannelOpenTimeout ( object tag ) : void
tag object
Résultat void