ILogConsistencyProtocolServices.ActiveClusters 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.
List of all clusters that currently appear to have at least one active gateway reporting to the multi-cluster network. There are no guarantees that this membership view is complete or consistent. If there is no multi-cluster network, returns a list containing the single element "I".
public System.Collections.Generic.IEnumerable<string> ActiveClusters { get; }
member this.ActiveClusters : seq<string>
Public ReadOnly Property ActiveClusters As IEnumerable(Of String)