Show / Hide Table of Contents

Interface IGrainServiceConfiguration

Namespace: Orleans.Runtime.Configuration
Assembly: Orleans.Core.Legacy.dll
Syntax
public interface IGrainServiceConfiguration

Properties

| Improve this Doc View Source

Name

Declaration
string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Properties

Declaration
IDictionary<string, string> Properties { get; set; }
Property Value
Type Description
IDictionary<System.String, System.String>
| Improve this Doc View Source

ServiceType

Declaration
string ServiceType { get; set; }
Property Value
Type Description
System.String

Extension Methods

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