StorageProviderUtils.PositiveHash Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- grainReference
- GrainReference
- hashRange
- Int32
Returns
Applies to
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
Parameters
- hash
- Int32
- hashRange
- Int32