Share via


ServiceQueueEvents.SubscribeToEvents Method (ServiceQueueEventSet, ServerEventHandler)

Specifies the service queue events to receive and the event handler that handles the events.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub SubscribeToEvents ( _
    events As ServiceQueueEventSet, _
    eventHandler As ServerEventHandler _
)
'Usage
Dim instance As ServiceQueueEvents 
Dim events As ServiceQueueEventSet 
Dim eventHandler As ServerEventHandler

instance.SubscribeToEvents(events, eventHandler)
public void SubscribeToEvents(
    ServiceQueueEventSet events,
    ServerEventHandler eventHandler
)
public:
void SubscribeToEvents(
    ServiceQueueEventSet^ events, 
    ServerEventHandler^ eventHandler
)
member SubscribeToEvents : 
        events:ServiceQueueEventSet * 
        eventHandler:ServerEventHandler -> unit
public function SubscribeToEvents(
    events : ServiceQueueEventSet, 
    eventHandler : ServerEventHandler
)

Parameters

Examples

Handling SMO Events

See Also

Reference

ServiceQueueEvents Class

SubscribeToEvents Overload

Microsoft.SqlServer.Management.Smo.Broker Namespace