StorageProviderUtils.PositiveHash 方法

定义

重载

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

返回

适用于