Policy.ConnectionProcessingFinishedEventHandler Delegate

The Policy.ConnectionProcessingFinishedEventHandler class represents the event handler that handles the event that occurs when the processing of the connection has finished.

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

Syntax

'Declaration
Public Delegate Sub ConnectionProcessingFinishedEventHandler ( _
    sender As Object, _
    e As Policy.ConnectionProcessingFinishedEventArgs _
)
'Usage
Dim instance As New ConnectionProcessingFinishedEventHandler(AddressOf HandlerMethod)
public delegate void ConnectionProcessingFinishedEventHandler(
    Object sender,
    Policy.ConnectionProcessingFinishedEventArgs e
)
public delegate void ConnectionProcessingFinishedEventHandler(
    Object^ sender, 
    Policy.ConnectionProcessingFinishedEventArgs^ e
)
type ConnectionProcessingFinishedEventHandler = 
    delegate of  
        sender:Object * 
        e:Policy.ConnectionProcessingFinishedEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

Remarks

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

Examples

Handling SMO Events

See Also

Reference

Microsoft.SqlServer.Management.Dmf Namespace