SystemTargetGrainId.CreateGrainServiceGrainId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a GrainId for a grain service.
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
Parameters
- typeCode
- Int32
The type code.
- grainSystemId
- String
The system id.
- address
- SiloAddress
The silo address.
Returns
A grain id for a grain service instance.