Akka.Interfaced.SlimSocket.EntryActor.EntryActor C# (CSharp) Method

EntryActor() public method

public EntryActor ( EntryActorEnvironment environment, ActorBoundChannelRef channel ) : System
environment EntryActorEnvironment
channel Akka.Interfaced.SlimServer.ActorBoundChannelRef
return System
        public EntryActor(EntryActorEnvironment environment, ActorBoundChannelRef channel)
        {
            _environment = environment;
            _channel = channel.WithRequestWaiter(this);
        }