Table of Contents

Enum LeadershipPositionState

Namespace
Azure.Iot.Operations.Services.LeaderElection
Assembly
Azure.Iot.Operations.Services.dll

The state of the leadership position

public enum LeadershipPositionState

Fields

LeaderElected = 0

A leader was just elected.

NoLeader = 1

A leader just resigned or their term just ended. A new leader can be elected at this time.