GrainType.UnsafeGetArray(GrainType) 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.
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.