次の方法で共有


SystemTargetGrainId.CreateGrainServiceGrainId メソッド

定義

GrainIdグレイン サービスの を作成します。

public static Orleans.Runtime.GrainId CreateGrainServiceGrainId(int typeCode, string grainSystemId, Orleans.Runtime.SiloAddress address);
static member CreateGrainServiceGrainId : int * string * Orleans.Runtime.SiloAddress -> Orleans.Runtime.GrainId
Public Shared Function CreateGrainServiceGrainId (typeCode As Integer, grainSystemId As String, address As SiloAddress) As GrainId

パラメーター

typeCode
Int32

型コード。

grainSystemId
String

システム ID。

address
SiloAddress

サイロ アドレス。

戻り値

グレイン サービス インスタンスのグレイン ID。

適用対象