Policy.PolicyEvaluationFinishedEventHandler Delegate
SQL Server 2012
Represents the arguments that are passed to the event handler when a policy evaluation finishes.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
public delegate void PolicyEvaluationFinishedEventHandler( Object sender, Policy..::.PolicyEvaluationFinishedEventArgs e )
Parameters
- sender
- Type: System.Object
The Object which initiated the event.
- e
- Type: Microsoft.SqlServer.Management.Dmf.Policy.PolicyEvaluationFinishedEventArgs
The Policy.PolicyEvaluationFinishedEventArgs which contains the information needed to process the event.
