Show / Hide Table of Contents

Class GrainFactoryBase

Abstract base class for all grain proxy factory classes.

Inheritance
System.Object
GrainFactoryBase
Namespace: Orleans.CodeGeneration
Assembly: Orleans.Core.Abstractions.dll
Syntax
public static class GrainFactoryBase : object
Remarks

These methods are used from generated code.

Methods

| Improve this Doc View Source

CheckGrainObserverParamInternal(IGrainObserver)

Check that a grain observer parameter is of the correct underlying concrent type -- either extending from GrainRefereence or Grain

Declaration
public static void CheckGrainObserverParamInternal(IGrainObserver grainObserver)
Parameters
Type Name Description
IGrainObserver grainObserver

Grain observer parameter to be checked.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX