GrainFactoryBase.CheckGrainObserverParamInternal(IGrainObserver) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检查 grain 观察器参数是否为正确的基础类型 -- 扩展自 GrainRefereence
或 Grain
public static void CheckGrainObserverParamInternal (Orleans.IGrainObserver grainObserver);
static member CheckGrainObserverParamInternal : Orleans.IGrainObserver -> unit
Public Shared Sub CheckGrainObserverParamInternal (grainObserver As IGrainObserver)
参数
- grainObserver
- IGrainObserver
要检查的 Grain 观察程序参数。
例外
如果 grainObserver 为 null
如果 grainObserver 类不是适当的基础具体类型。