Class ExecutorConfiguration
Namespace: Belay.Extensions.Configuration
Assembly: Belay.Extensions.dll
Configuration for executor behavior.
csharp
public class ExecutorConfiguration
Inheritance
object ← ExecutorConfiguration
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Gets or sets the cache expiration time in milliseconds.
Gets or sets the default task timeout in milliseconds.
Gets or sets a value indicating whether caching is enabled by default.
Gets or sets the maximum cache size for task results.