Show / Hide Table of Contents

Class GrainServiceConfigurations

Inheritance
System.Object
GrainServiceConfigurations
Namespace: Orleans.Runtime.Configuration
Assembly: Orleans.Core.Legacy.dll
Syntax
public class GrainServiceConfigurations : object

Constructors

| Improve this Doc View Source

GrainServiceConfigurations()

Declaration
public GrainServiceConfigurations()

Properties

| Improve this Doc View Source

GrainServices

Declaration
public IDictionary<string, IGrainServiceConfiguration> GrainServices { get; set; }
Property Value
Type Description
IDictionary<System.String, IGrainServiceConfiguration>

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX