GrainType.UnsafeGetArray(GrainType) Method

Definition

Returns the array underlying a grain type instance.

public static byte[]? UnsafeGetArray (Orleans.Runtime.GrainType id);
static member UnsafeGetArray : Orleans.Runtime.GrainType -> byte[]
Public Shared Function UnsafeGetArray (id As GrainType) As Byte()

Parameters

id
GrainType

The grain type.

Returns

Byte[]

The array underlying a grain type instance.

Remarks

The returned array must not be modified.

Applies to