SystemTargetGrainId.Create 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.
Overloads
Create(GrainType, SiloAddress) |
Creates a new SystemTargetGrainId instance. |
Create(GrainType, SiloAddress, String) |
Creates a new SystemTargetGrainId instance. |
Create(GrainType, SiloAddress)
Creates a new SystemTargetGrainId instance.
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
Parameters
- kind
- GrainType
The grain type.
- address
- SiloAddress
The server which the system target exists on.
Returns
Applies to
Create(GrainType, SiloAddress, String)
Creates a new SystemTargetGrainId instance.
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
Parameters
- kind
- GrainType
The grain type.
- address
- SiloAddress
The server which the system target exists on.
- extraIdentifier
- String
An optional key extension.