Table of Contents

Class ServerInfoChangedEventArgs

Namespace
NArk.Core.Transport
Assembly
NArk.Core.dll

Provides context for a ServerInfoChanged event.

public sealed class ServerInfoChangedEventArgs : EventArgs
Inheritance
ServerInfoChangedEventArgs
Inherited Members

Properties

NewDigest

The digest of the newly fetched server info, or null if unavailable.

public string? NewDigest { get; init; }

Property Value

string

PreviousDigest

The digest that was cached before the change, or null if unavailable.

public string? PreviousDigest { get; init; }

Property Value

string

Reason

The reason this event was raised.

public ServerInfoChangedReason Reason { get; init; }

Property Value

ServerInfoChangedReason