Interface IExhaustionCondition
Interface for the special type of exhaustion condition.
Inherited Members
Namespace: Fibula.Common.Contracts.Abstractions
Assembly: Fibula.Common.Contracts.dll
Syntax
public interface IExhaustionCondition : ICondition, IEvent
Properties
| Improve this Doc View SourceExhaustionTimesPerType
Gets the current types that this exhaustion covers.
Declaration
IDictionary<ExhaustionType, DateTimeOffset> ExhaustionTimesPerType { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<ExhaustionType, System.DateTimeOffset> |