IAsyncExecutable<TEntity> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represent a set of actions to be executed on the remote side.
public interface IAsyncExecutable<TEntity>
type IAsyncExecutable<'Entity> = interface
Public Interface IAsyncExecutable(Of TEntity)
Type Parameters
- TEntity
The type of entities where action apply to.
- Derived
Methods
ExecuteAsync() |
Executes the action and gets the result. |
ExecuteAsync(CancellationToken) |
Executes the action and gets the result. |
ExecuteAsync(ICommonQueryableSpace, CancellationToken) |
Executes the action and gets the result. |
ExecuteAsync(ICommonQueryableSpace) |
Executes the action and gets the result. |