IQuerySpaceZoneController 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.
A controller to manage what provider zone should be activated to prevent loading assemblies unnecessary.
public interface IQuerySpaceZoneController
type IQuerySpaceZoneController = interface
Public Interface IQuerySpaceZoneController
Methods
GetAllActivatedZonesAsync(CancellationToken) |
Gets all activated data zones. |
GetDataZoneAsync(EntityIdentity, CancellationToken) |
Gets providers should be activated to handle a specific entity. |
IsActivatedAsync(String, CancellationToken) |
Checks whether a specific zone is activated. |