Policy::ConnectionProcessingStartedEventHandler Delegate

 

The Policy::ConnectionProcessingStartedEventHandler class represents the event handler that handles the event that occurs when the processing of a connection has started.

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

public delegate void ConnectionProcessingStartedEventHandler(
	Object^ sender,
	Policy::ConnectionProcessingStartedEventArgs^ e
)

Parameters

sender
Type: System::Object^

An Object value that specifies the source of the event.

e
Type: Microsoft.SqlServer.Management.Dmf::Policy::ConnectionProcessingStartedEventArgs^

A Policy::ConnectionProcessingStartedEventHandler object that contains the event data.

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

Return to top
Show: