다음을 통해 공유


IQueryDataChangeProvider Interface

Definition

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.

Applies to