次の方法で共有


StorageProviderUtils.PositiveHash メソッド

定義

オーバーロード

PositiveHash(GrainReference, Int32)
PositiveHash(Int32, Int32)

PositiveHash(GrainReference, Int32)

ソース:
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)

ソース:
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

戻り値

適用対象