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