ISiloStatusOracle.GetApproximateMultiClusterGateways Method
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.
Caution
Use IMultiClusterOracle
Get a list of silos that are designated to function as gateways.
public System.Collections.Generic.IReadOnlyList<Orleans.Runtime.SiloAddress> GetApproximateMultiClusterGateways ();
[System.Obsolete("Use IMultiClusterOracle", true)]
public System.Collections.Generic.IReadOnlyList<Orleans.Runtime.SiloAddress> GetApproximateMultiClusterGateways ();
abstract member GetApproximateMultiClusterGateways : unit -> System.Collections.Generic.IReadOnlyList<Orleans.Runtime.SiloAddress>
[<System.Obsolete("Use IMultiClusterOracle", true)>]
abstract member GetApproximateMultiClusterGateways : unit -> System.Collections.Generic.IReadOnlyList<Orleans.Runtime.SiloAddress>
Public Function GetApproximateMultiClusterGateways () As IReadOnlyList(Of SiloAddress)
Returns
- Attributes