For Azure Service Fabric state services, IReliableStateManager can be injected as follows:
ServiceRuntime.RegisterServiceAsync(“MyServiceType”, context =>
{
IReliableStateManager stateManage
For Azure Service Fabric state services, IReliableStateManager can be injected as follows:
ServiceRuntime.RegisterServiceAsync(“MyServiceType”, context =>
{
IReliableStateManager stateManage