Akka.Cluster.Sharding.PersistentShardCoordinator.RegisterProxy.RegisterProxy C# (CSharp) Метод

RegisterProxy() публичный Метод

public RegisterProxy ( IActorRef shardRegionProxy ) : System
shardRegionProxy IActorRef
Результат System
            public RegisterProxy(IActorRef shardRegionProxy)
            {
                ShardRegionProxy = shardRegionProxy;
            }
        }
PersistentShardCoordinator.RegisterProxy