Policy::PolicyEvaluationFinishedEventHandler Delegate

 

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.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Return to top
Show: