Akka.Cluster.Sharding.PersistentShardCoordinator.AllocateShardResult.AllocateShardResult C# (CSharp) 메소드

AllocateShardResult() 공개 메소드

public AllocateShardResult ( string shard, IActorRef shardRegion, IActorRef getShardHomeSender ) : System
shard string
shardRegion IActorRef
getShardHomeSender IActorRef
리턴 System
            public AllocateShardResult(string shard, IActorRef shardRegion, IActorRef getShardHomeSender)
            {
                Shard = shard;
                ShardRegion = shardRegion;
                GetShardHomeSender = getShardHomeSender;
            }
        }
PersistentShardCoordinator.AllocateShardResult