GrainFactoryBase.CheckGrainObserverParamInternal(IGrainObserver) 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.
Vérifiez qu’un paramètre d’observateur de grain est du type concrent sous-jacent correct( extension de GrainRefereence
ou Grain
public static void CheckGrainObserverParamInternal (Orleans.IGrainObserver grainObserver);
static member CheckGrainObserverParamInternal : Orleans.IGrainObserver -> unit
Public Shared Sub CheckGrainObserverParamInternal (grainObserver As IGrainObserver)
Paramètres
- grainObserver
- IGrainObserver
Paramètre d’observateur de grain à vérifier.
Exceptions
Si grainObserver est null
Si la classe grainObserver n’est pas un type concret sous-jacent approprié.