ConfigurationEventHandlerResult<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |