예제 #1
0
 public ServicePartitionKey GetPartitionKey()
 {
     return(new ServicePartitionKey(HashUtil.GetLongHashCode(Key)));
 }
예제 #2
0
 public ServicePartitionKey GetPartitionKey()
 {
     return(new ServicePartitionKey(HashUtil.GetLongHashCode(this.Id.ToString())));
 }