Class InMemorySettingsSource<T>
Inheritance
↳ object
↳ InMemorySettingsSource<T>
↳ InMemoryMultiServerSettingsSource
↳ InMemorySingleServerSettingsSource
Implements
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Runtime.Settings
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class InMemorySettingsSource<T> : IServerSettingsSource<T> where T : new()
Constructors
InMemorySettingsSource(T)
Declarationpublic InMemorySettingsSource(T settings)
Type | Name | Description |
---|---|---|
{T} | settings |
Methods
GetSettingsAsync()
Declarationpublic Task<T> GetSettingsAsync()
Type | Description |
---|---|
Task<T> |
SaveSettingsAsync(T)
Declarationpublic Task SaveSettingsAsync(T settings)
Type | Name | Description |
---|---|---|
{T} | settings |
Type | Description |
---|---|
Task |