Condividi tramite


IAsyncExecutable<TEntity> Interface

Definition

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)

Executes the action and gets the result.

ExecuteAsync(ICommonQueryableSpace, CancellationToken)

Executes the action and gets the result.

Applies to