Show / Hide Table of Contents

Class AdoNetClusteringClientOptions

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

Properties

| Improve this Doc View Source

ConnectionString

Connection string for Sql

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 gatewayProvider'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