Interface ISimpleBatchStateChecker<TState>
Namespace: Volo.Abp.SimpleStateChecking
Assembly: Volo.Abp.Core.dll
Syntax
public interface ISimpleBatchStateChecker<TState> : ISimpleStateChecker<TState> where TState : IHasSimpleStateCheckers<TState>
Type Parameters
Name | Description |
---|---|
TState |
Methods
IsEnabledAsync(SimpleBatchStateCheckerContext<TState>)
Declaration
Task<SimpleStateCheckerResult<TState>> IsEnabledAsync(SimpleBatchStateCheckerContext<TState> context)
Parameters
Type | Name | Description |
---|---|---|
SimpleBatchStateCheckerContext<TState> | context |
Returns
Type | Description |
---|---|
Task<SimpleStateCheckerResult<TState>> |