IPolicyHandler 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.
This class provides an interface for all handler functions.
public interface IPolicyHandler : IDisposable
type IPolicyHandler = interface
interface IDisposable
Public Interface IPolicyHandler
Implements IDisposable
- Implements
Methods
ComputeActions(ExecutionState) |
Executes the rules in the engine based on the provided state and returns the list of actions to be executed. |
GetSensitivityLabel(ExecutionState) |
Get the sensitivity label from existing content. |
NotifyCommittedActions(ExecutionState) |
Called once the computed actions have been applied, and the data committed to disk. |