IPolicyHandler.NotifyCommittedActions(ExecutionState) Method

Definition

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.

Applies to