MultiClusterData.Gateways Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The dictionary of gateway entries and their current status.
public System.Collections.Generic.IReadOnlyDictionary<Orleans.Runtime.SiloAddress,Orleans.Runtime.MultiClusterNetwork.GatewayEntry> Gateways { get; }
member this.Gateways : System.Collections.Generic.IReadOnlyDictionary<Orleans.Runtime.SiloAddress, Orleans.Runtime.MultiClusterNetwork.GatewayEntry>
Public ReadOnly Property Gateways As IReadOnlyDictionary(Of SiloAddress, GatewayEntry)