Table of Contents

Interface IWritableOptions<T>

Namespace
JJMasterData.Commons.Configuration.Options.Abstractions
Assembly
JJMasterData.Commons.dll
public interface IWritableOptions<out T> : IOptionsSnapshot<T>, IOptions<T> where T : class, new()

Type Parameters

T
Inherited Members

Properties

FilePath

string FilePath { get; }

Property Value

string

Methods

UpdateAsync(Action<T>)

Task UpdateAsync(Action<out T> applyChanges)

Parameters

applyChanges Action<T>

Returns

Task