Interface IServerSettingsSource<T>
Namespace: OptimaJet.Workflow.Core.Runtime.Settings
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic interface IServerSettingsSource<T> where T : new()
Methods
GetSettingsAsync()
DeclarationTask<T> GetSettingsAsync()
| Type | Description |
|---|---|
| Task<T> |
SaveSettingsAsync(T)
DeclarationTask SaveSettingsAsync(T settings)
| Type | Name | Description |
|---|---|---|
| {T} | settings |
| Type | Description |
|---|---|
| Task |