共用方式為


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

系統識別碼。

address
SiloAddress

定址接收器位址。

傳回

細微性服務實例的細微性識別碼。

適用於