IAsyncExecutable<TEntity> Interface

Definition

Represent a set of actions to be executed on the remote side.

C#
public interface IAsyncExecutable<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.

Applies to

Product Versies
Visual Studio SDK 2022