Show / Hide Table of Contents

Class AdoNetClusteringSiloOptions

Options for ADO.NET clustering

Inheritance
System.Object
AdoNetClusteringSiloOptions
Namespace: Orleans.Configuration
Assembly: Orleans.Clustering.AdoNet.dll
Syntax
public class AdoNetClusteringSiloOptions : object

Properties

| Improve this Doc View Source

ConnectionString

Connection string for AdoNet Storage

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

Invariant

The invariant name of the connector for membership's database.

Declaration
public string Invariant { 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