Hmp1ServerPrimaryChangedEventArgs
Namespace: Hex1b
Assembly: Hex1b.dll
Arguments for the callback. Fires when the primary peer changes (including transitions to no-primary).
csharp
public sealed class Hmp1ServerPrimaryChangedEventArgs : EventArgsInheritance
Object → EventArgs → Hmp1ServerPrimaryChangedEventArgs
Properties
PrimaryPeerId
The new primary peer ID, or null if no peer is primary.
Returns: String
csharp
public string? PrimaryPeerId { get; }