Share via


ConfigurationEventHandlerResult<T> Class

Definition

Represents a configuration retrieval result.

public class ConfigurationEventHandlerResult<T> where T : class
type ConfigurationEventHandlerResult<'T (requires 'T : null)> = class
Public Class ConfigurationEventHandlerResult(Of T)

Type Parameters

T

The type of configuration.

Inheritance
ConfigurationEventHandlerResult<T>

Constructors

ConfigurationEventHandlerResult<T>(T, DateTimeOffset)

Initializes a new instance of the ConfigurationEventHandlerResult<T> class.

Fields

NoResult

Represents a result indicating that configuration retrieval should proceed normally, with no result provided from the event handler.

Properties

Configuration

Gets or sets the configuration.

RetrievalTime

Gets or sets the time when the configuration was originally retrieved in UTC.

Applies to