GrainFactoryBase.CheckGrainObserverParamInternal(IGrainObserver) 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.
Check that a grain observer parameter is of the correct underlying concrent type -- either extending from GrainRefereence
or Grain
public static void CheckGrainObserverParamInternal (Orleans.IGrainObserver grainObserver);
static member CheckGrainObserverParamInternal : Orleans.IGrainObserver -> unit
Public Shared Sub CheckGrainObserverParamInternal (grainObserver As IGrainObserver)
Parameters
- grainObserver
- IGrainObserver
Grain observer parameter to be checked.
Exceptions
If grainObserver is null
If grainObserver class is not an appropriate underlying concrete type.