NotificationStatusCallback Delegate

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

Namespace: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntax

'Declaration
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
)
Von JScript wird die Verwendung von Delegaten unterstützt, ausgenommen der Deklaration neuer Delegate.

Parameter

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

Hinweise

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.NotificationServices Namespace