Show / Hide Table of Contents

Class ServiceFabricClusteringOptions

Options for Service Fabric cluster membership.

Inheritance
System.Object
ServiceFabricClusteringOptions
Namespace: Orleans.Configuration
Assembly: Orleans.Clustering.ServiceFabric.dll
Syntax
public class ServiceFabricClusteringOptions : object

Properties

| Improve this Doc View Source

UnknownSiloRemovalPeriod

Gets or sets the period of time before unknown silos are considered dead.

Declaration
public TimeSpan UnknownSiloRemovalPeriod { get; set; }
Property Value
Type Description
TimeSpan

Extension Methods

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