Compartir a través de


IAsyncUpdatable<TEntity> Interface

Definition

Represents a set changes to be made to the remote side.

public interface IAsyncUpdatable<TEntity> : Microsoft.VisualStudio.ProjectSystem.Query.IAsyncExecutable<TEntity>
type IAsyncUpdatable<'Entity> = interface
    interface IAsyncExecutable<'Entity>
Public Interface IAsyncUpdatable(Of TEntity)
Implements IAsyncExecutable(Of TEntity)

Type Parameters

TEntity

The type of entities where the change applies to.

Implements

Methods

ExecuteAsync()

Executes the action and gets the result.

(Inherited from IAsyncExecutable<TEntity>)
ExecuteAsync(CancellationToken)

Executes the action and gets the result.

(Inherited from IAsyncExecutable<TEntity>)
ExecuteAsync(ICommonQueryableSpace)

Executes the action and gets the result.

(Inherited from IAsyncExecutable<TEntity>)
ExecuteAsync(ICommonQueryableSpace, CancellationToken)

Executes the action and gets the result.

(Inherited from IAsyncExecutable<TEntity>)

Applies to