NotificationStatusCallback Delegate

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

Spazio dei nomi: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintassi

'Dichiarazione
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 non supporta la dichiarazione di nuovi delegati ma ne supporta l'utilizzo.

Parametri

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

Osservazioni

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.NotificationServices Namespace