Exemple #1
0
        public perReleaseController()
        {
            var proxyFactory = new ServiceProxyFactory(
                c => new FabricTransportServiceRemotingClientFactory());

            _service = proxyFactory.CreateServiceProxy <IperStoryService>(
                new Uri("fabric:/ClarosFlute/ClarosFlute.perReleaseService"),
                new ServicePartitionKey(0));
        }