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