Partager via


Membres ServiceQueueEvents

The ServiceQueueEvents object represents the settings required for SQL Server service queue event notification.

Le type ServiceQueueEvents expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetEventSelection Returns the currently selected event notifications.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique StartEvents Starts receiving events.
Méthode publique StopEvents Stops receiving events.
Méthode publique SubscribeToEvents(ServiceQueueEventSet) Specifies the service queue events to receive.
Méthode publique SubscribeToEvents(ServiceQueueEventSet, ServerEventHandler) Specifies the service queue events to receive and the event handler that handles the events.
Méthode publique ToString (Hérité de Object.)
Méthode publique UnsubscribeAllEvents Clears all event settings, and removes all event handlers.
Méthode publique UnsubscribeFromEvents Clears the specified event settings, and removes the specified event handlers.

Haut de la page

Événements

  Nom Description
Événement public ServerEvent Specifies the event raised when an event occurs in ServiceQueue object and the user subscribed to the events from that object instance.

Haut de la page