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
- events
Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object that specifies the set of events to receive.