共用方式為


NotificationStatusCallback Delegate

Used by delivery protocols to return delivery status information back to the distributor.

命名空間: Microsoft.SqlServer.NotificationServices
組件: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

語法

'宣告
Public Delegate Sub NotificationStatusCallback ( _
    ParamArray status As NotificationStatus() _
)
public delegate void NotificationStatusCallback (
    params NotificationStatus[] status
)
public delegate void NotificationStatusCallback (
    ... array<NotificationStatus^>^ status
)
/** @delegate */
public delegate void NotificationStatusCallback (
    NotificationStatus[] status
)
JScript 支援委派的使用,但不支援新委派的宣告。

參數

  • status
    An array of NotificationStatus objects that contain notification delivery status information.

備註

The NotificationStatusCallback delegate allows a delivery protocol to return notification delivery status information to the distributor.

For more information about how to use this delegate in a custom delivery protocol, see IDeliveryProtocol.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.NotificationServices Namespace