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

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

            this.actor = hostActor;
        }