C# Class Akka.Interfaced.SlimServer.ActorBoundDummyChannel

Inheritance: ActorBoundChannelBase, IActorBoundChannelSync
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

Méthode Description
ActorBoundDummyChannel ( ) : System
ActorBoundDummyChannel ( Tuple bindingActor ) : System

Méthodes protégées

Méthode Description
OnCloseRequest ( ) : void
OnNotificationMessage ( NotificationMessage message ) : void
OnResponseMessage ( ResponseMessage message ) : void

Private Methods

Méthode Description
IActorBoundChannelSync ( IActorRef actor, TaggedType types, ActorBindingFlags bindingFlags ) : IRequestTarget
IActorBoundChannelSync ( InterfacedActorRef actor, ActorBindingFlags bindingFlags ) : InterfacedActorRef

Method Details

ActorBoundDummyChannel() public méthode

public ActorBoundDummyChannel ( ) : System
Résultat System

ActorBoundDummyChannel() public méthode

public ActorBoundDummyChannel ( Tuple bindingActor ) : System
bindingActor Tuple
Résultat System

OnCloseRequest() protected méthode

protected OnCloseRequest ( ) : void
Résultat void

OnNotificationMessage() protected méthode

protected OnNotificationMessage ( NotificationMessage message ) : void
message NotificationMessage
Résultat void

OnResponseMessage() protected méthode

protected OnResponseMessage ( ResponseMessage message ) : void
message ResponseMessage
Résultat void