Interface IAsyncPredicate

Describes a logic that tests for a condition.

Inherited Members
IPredicate.Execute(Object, IInjector)
Namespace: Solti.Utils.Rpc.Interfaces
Assembly: Solti.Utils.Rpc.Interfaces.dll
Syntax
public interface IAsyncPredicate : IPredicate

Methods

ExecuteAsync(Object, IInjector)

Executes the predicate.

Declaration
Task<bool> ExecuteAsync(object value, IInjector currentScope)
Parameters
Type Name Description
Object value
Solti.Utils.DI.Interfaces.IInjector currentScope
Returns
Type Description
Task<Boolean>
In This Article
Back to top Generated by DocFX