1

我在我的服务结构上托管了两个有状态服务。我需要使用服务代理从一个服务通信到另一个服务。像这样的东西

_proxyFactory.CreateServiceProxy<IRestoreStatefulService>(new
    Uri("fabric:/Itron.Cloud.ActionManager.ExDefinition.Services/BackupResStateful"), 
    new ServicePartitionKey(0), TargetReplicaSelector.Default, null)

我可以从有状态服务到无状态服务做到这一点,但不能在两个有状态服务之间做同样的事情..

4

0 回答 0