Show / Hide Table of Contents

Class GrainServiceConfiguration

Inheritance
System.Object
GrainServiceConfiguration
Implements
IGrainServiceConfiguration
Namespace: Orleans.Runtime.Configuration
Assembly: Orleans.Core.Legacy.dll
Syntax
public class GrainServiceConfiguration : object, IGrainServiceConfiguration

Constructors

| Improve this Doc View Source

GrainServiceConfiguration()

Declaration
public GrainServiceConfiguration()
| Improve this Doc View Source

GrainServiceConfiguration(IDictionary<String, String>, String, String)

Declaration
public GrainServiceConfiguration(IDictionary<string, string> properties, string serviceName, string serviceType)
Parameters
Type Name Description
IDictionary<System.String, System.String> properties
System.String serviceName
System.String serviceType

Properties

| Improve this Doc View Source

Name

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

Properties

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

ServiceType

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

Implements

IGrainServiceConfiguration

Extension Methods

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