Akka.Routing.RouterActor.RouterActor C# (CSharp) Method

RouterActor() public method

public RouterActor ( ) : System
return System
        public RouterActor()
        {
            if (!(Context is RoutedActorCell))
            {
                throw new NotSupportedException("Current Context must be of type RouterActorContext");
            }
        }