Compartir a través de


ServiceQueueEvents Miembros

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

El tipo ServiceQueueEvents expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEventSelection Returns the currently selected event notifications.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico StartEvents Starts receiving events.
Método publico StopEvents Stops receiving events.
Método publico SubscribeToEvents(ServiceQueueEventSet) Specifies the service queue events to receive.
Método publico SubscribeToEvents(ServiceQueueEventSet, ServerEventHandler) Specifies the service queue events to receive and the event handler that handles the events.
Método publico ToString (Se hereda de Object).
Método publico UnsubscribeAllEvents Clears all event settings, and removes all event handlers.
Método publico UnsubscribeFromEvents Clears the specified event settings, and removes the specified event handlers.

Principio

Eventos

  Nombre Descripción
Evento público ServerEvent Specifies the event raised when an event occurs in ServiceQueue object and the user subscribed to the events from that object instance.

Principio