IGrainReferenceRuntime.Cast(IAddressable, Type) 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.
Convertit le fourni grain
en .interfaceType
public object Cast (Orleans.Runtime.IAddressable grain, Type interfaceType);
abstract member Cast : Orleans.Runtime.IAddressable * Type -> obj
Public Function Cast (grain As IAddressable, interfaceType As Type) As Object
Paramètres
- grain
- IAddressable
Le grain.
- interfaceType
- Type
Type d’interface résultant.
Retours
Référence à grain
laquelle implémente interfaceType
.