IAsyncUpdatable<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.
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, 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>) |