Akka.Cluster.Sharding.PersistentShardCoordinator.RegisterProxy.RegisterProxy C# (CSharp) Method

RegisterProxy() public method

public RegisterProxy ( IActorRef shardRegionProxy ) : System
shardRegionProxy IActorRef
return System
            public RegisterProxy(IActorRef shardRegionProxy)
            {
                ShardRegionProxy = shardRegionProxy;
            }
        }
PersistentShardCoordinator.RegisterProxy