Share via


NotificationState Class

Encapsulates information about a single notification.

Espacio de nombres: Microsoft.SqlServer.NotificationServices
Ensamblado: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintaxis

'Declaración
Public Class NotificationState
public class NotificationState
public ref class NotificationState
public class NotificationState
public class NotificationState

Notas

The NotificationHeaders.NotificationState property returns a NotificationState object, which contains information that identifies a notification. The information contained in the NotificationState object is only used internally by the distributor. Delivery protocol implementations should not need to look at the members of the NotificationState objects they receive in each NotificationHeaders object. Instead, they should simply pass a NotificationState object back to the distributor in the notification status callback via the NotificationStatus.NotificationState property when reporting the notification delivery status.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.NotificationServices.NotificationState

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

NotificationState Members
Microsoft.SqlServer.NotificationServices Namespace