ActivationId.GetDeterministic(GrainId) 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.
Returns an activation id which has been computed deterministically and reproducibly from the provided grain id.
public static Orleans.Runtime.ActivationId GetDeterministic (Orleans.Runtime.GrainId grain);
static member GetDeterministic : Orleans.Runtime.GrainId -> Orleans.Runtime.ActivationId
Public Shared Function GetDeterministic (grain As GrainId) As ActivationId
Parameters
- grain
- GrainId
The grain id.
Returns
An activation id which has been computed deterministically and reproducibly from the provided grain id.