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 SourceChannelType
Gets or sets the gossip channel type.
Declaration
public GlobalConfiguration.GossipChannelType ChannelType { get; set; }
Property Value
| Type | Description |
|---|---|
| GlobalConfiguration.GossipChannelType |
ConnectionString
Gets or sets the credential information used by the channel implementation.
Declaration
public string ConnectionString { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |