Exemplo n.º 1
0
 /// <summary>
 /// Get a uniformly distributed hash code value for this grain, based on Jenkins Hash function.
 /// NOTE: Hash code value may be positive or NEGATIVE.
 /// </summary>
 /// <returns>Hash code for this LegacyGrainId</returns>
 public uint GetUniformHashCode()
 {
     return(Key.GetUniformHashCode());
 }