Show / Hide Table of Contents

Class GlobalConfiguration.GossipChannelConfiguration

Gossip channel configuration.

Inheritance
System.Object
GlobalConfiguration.GossipChannelConfiguration
Namespace: Orleans.Runtime.Configuration
Assembly: Orleans.Core.Legacy.dll
Syntax
public class GossipChannelConfiguration : object

Properties

| Improve this Doc View Source

ChannelType

Gets or sets the gossip channel type.

Declaration
public GlobalConfiguration.GossipChannelType ChannelType { get; set; }
Property Value
Type Description
GlobalConfiguration.GossipChannelType
| Improve this Doc View Source

ConnectionString

Gets or sets the credential information used by the channel implementation.

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