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 |
public ActorBoundChannelObserver ( ) : System | ||
Résultat | System |
public ActorBoundChannelObserver ( INotificationChannel channel, int observerId ) : System | ||
channel | INotificationChannel | |
observerId | int | |
Résultat | System |
public ChannelClose ( Akka channel, object tag ) : void | ||
channel | Akka | |
tag | object | |
Résultat | void |
public ChannelOpen ( Akka channel, object tag ) : void | ||
channel | Akka | |
tag | object | |
Résultat | void |
public ChannelOpenTimeout ( object tag ) : void | ||
tag | object | |
Résultat | void |