Table of Contents

Class GetCurrentLeaderResponse

Namespace
Azure.Iot.Operations.Services.LeaderElection
Assembly
Azure.Iot.Operations.Services.dll
public class GetCurrentLeaderResponse
Inheritance
GetCurrentLeaderResponse
Inherited Members

Properties

CurrentLeader

The current leader.

public LeaderElectionCandidate? CurrentLeader { get; set; }

Property Value

LeaderElectionCandidate

Remarks

This value is null if there is no current leader.