IQueryDataChangeProvider 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 data provider that monitors changes and notifies the observers. Such providers must carry both QueryDataProviderAttribute metadata and RelationshipQueryDataProviderAttribute metadata.
public interface IQueryDataChangeProvider
type IQueryDataChangeProvider = interface
Public Interface IQueryDataChangeProvider
Methods
SubscribeToChangesAsync<TResult>(IPropertiesAvailableStatus, IQueryExecutionContext, IObserver<IQueryTrackUpdates<TResult>>, QueryProcessResult<IEntityValue>, CancellationToken) |
Subscribes an observer to changes in the project system. |