IPolicyHandler.NotifyCommittedActions(ExecutionState) Method
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.
Called once the computed actions have been applied, and the data committed to disk.
public void NotifyCommittedActions (Microsoft.InformationProtection.Policy.ExecutionState state);
abstract member NotifyCommittedActions : Microsoft.InformationProtection.Policy.ExecutionState -> unit
Public Sub NotifyCommittedActions (state As ExecutionState)
Parameters
- state
- ExecutionState
The current execution state of the content after the actions have been committed.
Remarks
Fires an Audit event.