次の方法で共有


SystemTargetGrainId.Create メソッド

定義

オーバーロード

Create(GrainType, SiloAddress)

新しい SystemTargetGrainId のインスタンスを作成します。

Create(GrainType, SiloAddress, String)

新しい SystemTargetGrainId のインスタンスを作成します。

Create(GrainType, SiloAddress)

新しい SystemTargetGrainId のインスタンスを作成します。

public static Orleans.Runtime.SystemTargetGrainId Create (Orleans.Runtime.GrainType kind, Orleans.Runtime.SiloAddress address);
static member Create : Orleans.Runtime.GrainType * Orleans.Runtime.SiloAddress -> Orleans.Runtime.SystemTargetGrainId
Public Shared Function Create (kind As GrainType, address As SiloAddress) As SystemTargetGrainId

パラメーター

kind
GrainType

グレインの種類。

address
SiloAddress

システム ターゲットが存在するサーバー。

戻り値

SystemTargetGrainId

適用対象

Create(GrainType, SiloAddress, String)

新しい SystemTargetGrainId のインスタンスを作成します。

public static Orleans.Runtime.SystemTargetGrainId Create (Orleans.Runtime.GrainType kind, Orleans.Runtime.SiloAddress address, string? extraIdentifier);
static member Create : Orleans.Runtime.GrainType * Orleans.Runtime.SiloAddress * string -> Orleans.Runtime.SystemTargetGrainId
Public Shared Function Create (kind As GrainType, address As SiloAddress, extraIdentifier As String) As SystemTargetGrainId

パラメーター

kind
GrainType

グレインの種類。

address
SiloAddress

システム ターゲットが存在するサーバー。

extraIdentifier
String

オプションのキー拡張機能。

戻り値

SystemTargetGrainId

適用対象