Düzenle

Aracılığıyla paylaş


GrainType Constructors

Definition

Overloads

GrainType(IdSpan)

Initializes a new instance of the GrainType struct.

GrainType(Byte[])

Initializes a new instance of the GrainType struct.

GrainType(IdSpan)

Initializes a new instance of the GrainType struct.

public GrainType (Orleans.Runtime.IdSpan id);
new Orleans.Runtime.GrainType : Orleans.Runtime.IdSpan -> Orleans.Runtime.GrainType
Public Sub New (id As IdSpan)

Parameters

id
IdSpan

The id.

Applies to

GrainType(Byte[])

Initializes a new instance of the GrainType struct.

public GrainType (byte[] value);
new Orleans.Runtime.GrainType : byte[] -> Orleans.Runtime.GrainType
Public Sub New (value As Byte())

Parameters

value
Byte[]

The raw id value.

Applies to