Exemplo n.º 1
0
        public ContainersController()
        {
            ActorId actorId = ActorId.NewId();
            string applicationName = "fabric:/Actor_Statefull_Project";
            IContainerActor hostActor = ActorProxy.Create<IContainerActor>(actorId, applicationName);

            this.actor = hostActor;
        }
Exemplo n.º 2
0
        public ContainersController()
        {
            ActorId         actorId         = ActorId.NewId();
            string          applicationName = "fabric:/Actor_Statefull_Project";
            IContainerActor hostActor       = ActorProxy.Create <IContainerActor>(actorId, applicationName);

            this.actor = hostActor;
        }