Descriptionを使用してクラスターのステータスを確認できます プロパティ:
var state = _client.Cluster.Description.State
そのクラスターから特定のサーバーが必要な場合は、Serversを使用できます。 プロパティ:
var state = _client.Cluster.Description.Servers.Single().State;
Descriptionを使用してクラスターのステータスを確認できます プロパティ:
var state = _client.Cluster.Description.State
そのクラスターから特定のサーバーが必要な場合は、Serversを使用できます。 プロパティ:
var state = _client.Cluster.Description.Servers.Single().State;