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


StopHandler Delegate

Allows an event provider to request termination.

Пространство имен: Microsoft.SqlServer.NotificationServices
Сборка: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Синтаксис

'Декларация
Public Delegate Sub StopHandler ()
public delegate void StopHandler ()
public delegate void StopHandler ()
/** @delegate */
public delegate void StopHandler ()
JScript поддерживает использование делегатов, но не объявление новых.

Замечания

The StopHandler delegate allows an event provider to request termination. Invoking this delegate asynchronously calls the Terminate method on the event provider in question.

The StopHandler delegate is passed to the event provider as a parameter to the Initialize method. For examples, see IEventProvider and IScheduledEventProvider.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.NotificationServices Namespace