GrainType.UnsafeGetArray(GrainType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le tableau sous-jacent à une instance de type grain.
public static byte[]? UnsafeGetArray (Orleans.Runtime.GrainType id);
static member UnsafeGetArray : Orleans.Runtime.GrainType -> byte[]
Public Shared Function UnsafeGetArray (id As GrainType) As Byte()
Paramètres
- id
- GrainType
Type de grain.
Retours
Byte[]
Tableau sous-jacent à une instance de type grain.
Remarques
Le tableau retourné ne doit pas être modifié.