Share via


ServiceQueueEvents.SubscribeToEvents Method (ServiceQueueEventSet)

Specifies the service queue events to receive.

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

Syntax

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

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

Parameters

Remarks

Events are sent to the event handlers that are registered with the ServerEvent event.

Examples

Handling SMO Events

See Also

Reference

ServiceQueueEvents Class

SubscribeToEvents Overload

Microsoft.SqlServer.Management.Smo.Broker Namespace