Akka.Interfaced.SlimSocket.EntryActor.EntryActor C# (CSharp) 메소드

EntryActor() 공개 메소드

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