Поделиться через


Делегат Policy.ConnectionProcessingFinishedEventHandler

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

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public Delegate Sub ConnectionProcessingFinishedEventHandler ( _
    sender As Object, _
    e As Policy..::..ConnectionProcessingFinishedEventArgs _
)
'Применение
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 поддерживает использование делегатов, но не объявление новых.

Параметры

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.