次の方法で共有


GrainExtensions.GetPrimaryKey メソッド

定義

オーバーロード

GetPrimaryKey(IAddressable, String)

Guidグレイン主キーの表現を返します。

GetPrimaryKey(IGrain, String)
GetPrimaryKey(IGrain)
GetPrimaryKey(IAddressable)

Guidグレイン主キーの表現を返します。

GetPrimaryKey(IAddressable, String)

ソース:
GrainExtensions.cs

Guidグレイン主キーの表現を返します。

public static Guid GetPrimaryKey (this Orleans.Runtime.IAddressable grain, out string keyExt);
static member GetPrimaryKey : Orleans.Runtime.IAddressable * string -> Guid
<Extension()>
Public Function GetPrimaryKey (grain As IAddressable, ByRef keyExt As String) As Guid

パラメーター

grain
IAddressable

主キーを検索するグレイン。

keyExt
String

グレインの拡張主キーが指定されている場合に、グレイン主キーの拡張キー部分を返す出力パラメーター。

戻り値

Guidこのグレインの主キーを表す 。

例外

指定されたグレインには、ベースの Guidキーがありません。

適用対象

GetPrimaryKey(IGrain, String)

ソース:
GrainExtensions.cs
public static Guid GetPrimaryKey (this Orleans.IGrain grain, out string keyExt);
static member GetPrimaryKey : Orleans.IGrain * string -> Guid
<Extension()>
Public Function GetPrimaryKey (grain As IGrain, ByRef keyExt As String) As Guid

パラメーター

grain
IGrain
keyExt
String

戻り値

適用対象

GetPrimaryKey(IGrain)

ソース:
GrainExtensions.cs
public static Guid GetPrimaryKey (this Orleans.IGrain grain);
static member GetPrimaryKey : Orleans.IGrain -> Guid
<Extension()>
Public Function GetPrimaryKey (grain As IGrain) As Guid

パラメーター

grain
IGrain

戻り値

適用対象

GetPrimaryKey(IAddressable)

ソース:
GrainExtensions.cs

Guidグレイン主キーの表現を返します。

public static Guid GetPrimaryKey (this Orleans.Runtime.IAddressable grain);
static member GetPrimaryKey : Orleans.Runtime.IAddressable -> Guid
<Extension()>
Public Function GetPrimaryKey (grain As IAddressable) As Guid

パラメーター

grain
IAddressable

主キーを検索するグレイン。

戻り値

Guidこのグレインの主キーを表す 。

例外

指定されたグレインには、ベースの Guidキーがありません。

適用対象