Skip to main content

Interface IServerSettingsSource<T>

Namespace: OptimaJet.Workflow.Core.Runtime.Settings

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public interface IServerSettingsSource<T> where T : new()

Methods

GetSettingsAsync()

Declaration
Task<T> GetSettingsAsync()
Returns
TypeDescription
Task<T>

SaveSettingsAsync(T)

Declaration
Task SaveSettingsAsync(T settings)
Parameters
TypeNameDescription
{T}settings
Returns
TypeDescription
Task

Extension Methods