StorageHasherPicker.PickHasher 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
PickHasher(String, String, String, GrainReference, IGrainState, String)
- Source:
- StorageHasherPicker.cs
public Orleans.Storage.IHasher PickHasher (string serviceId, string storageProviderInstanceName, string grainType, Orleans.Runtime.GrainReference grainReference, Orleans.IGrainState grainState, string tag = default);
abstract member PickHasher : string * string * string * Orleans.Runtime.GrainReference * Orleans.IGrainState * string -> Orleans.Storage.IHasher
override this.PickHasher : string * string * string * Orleans.Runtime.GrainReference * Orleans.IGrainState * string -> Orleans.Storage.IHasher
Public Function PickHasher (serviceId As String, storageProviderInstanceName As String, grainType As String, grainReference As GrainReference, grainState As IGrainState, Optional tag As String = Nothing) As IHasher
Parameters
- serviceId
- String
- storageProviderInstanceName
- String
- grainType
- String
- grainReference
- GrainReference
- grainState
- IGrainState
- tag
- String
Returns
Implements
Applies to
PickHasher<T>(String, String, String, GrainId, IGrainState<T>, String)
- Source:
- StorageHasherPicker.cs
- Source:
- StorageHasherPicker.cs
- Source:
- StorageHasherPicker.cs
- Source:
- StorageHasherPicker.cs
public Orleans.Storage.IHasher PickHasher<T> (string serviceId, string storageProviderInstanceName, string grainType, Orleans.Runtime.GrainId grainId, Orleans.IGrainState<T> grainState, string tag = default);
abstract member PickHasher : string * string * string * Orleans.Runtime.GrainId * Orleans.IGrainState<'T> * string -> Orleans.Storage.IHasher
override this.PickHasher : string * string * string * Orleans.Runtime.GrainId * Orleans.IGrainState<'T> * string -> Orleans.Storage.IHasher
Public Function PickHasher(Of T) (serviceId As String, storageProviderInstanceName As String, grainType As String, grainId As GrainId, grainState As IGrainState(Of T), Optional tag As String = Nothing) As IHasher
Type Parameters
- T
Parameters
- serviceId
- String
- storageProviderInstanceName
- String
- grainType
- String
- grainId
- GrainId
- grainState
- IGrainState<T>
- tag
- String