Partager via


Délégué Policy.ConnectionProcessingFinishedEventHandler

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

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Delegate Sub ConnectionProcessingFinishedEventHandler ( _
    sender As Object, _
    e As Policy..::..ConnectionProcessingFinishedEventArgs _
)
'Utilisation
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 prend en charge l'utilisation de délégués, mais pas la déclaration de nouveaux délégués.

Paramètres

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.