Akka.Interfaced.TestKit.Tests.UserLoginActor.UserLoginActor C# (CSharp) Method

UserLoginActor() public method

public UserLoginActor ( IActorRef actorBoundChannel ) : System
actorBoundChannel IActorRef
return System
        public UserLoginActor(IActorRef actorBoundChannel)
        {
            _actorBoundChannel = actorBoundChannel.Cast<ActorBoundChannelRef>().WithRequestWaiter(this);
        }