StorageProviderUtils.PositiveHash 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
PositiveHash(GrainReference, Int32) | |
PositiveHash(Int32, Int32) |
PositiveHash(GrainReference, Int32)
- Source:
- StorageProviderUtils.cs
public static int PositiveHash (Orleans.Runtime.GrainReference grainReference, int hashRange);
static member PositiveHash : Orleans.Runtime.GrainReference * int -> int
Public Shared Function PositiveHash (grainReference As GrainReference, hashRange As Integer) As Integer
参数
- grainReference
- GrainReference
- hashRange
- Int32
返回
适用于
PositiveHash(Int32, Int32)
- Source:
- StorageProviderUtils.cs
public static int PositiveHash (int hash, int hashRange);
static member PositiveHash : int * int -> int
Public Shared Function PositiveHash (hash As Integer, hashRange As Integer) As Integer
参数
- hash
- Int32
- hashRange
- Int32