次の方法で共有


ActivationId.GetDeterministic(GrainId) メソッド

定義

指定されたグレイン ID から確定的かつ再現可能に計算されたアクティブ化 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

パラメーター

grain
GrainId

グレイン ID。

戻り値

指定されたグレイン ID から確定的かつ再現可能に計算されたアクティブ化 ID。

適用対象