Share via


ServiceRouteEvents.StopEvents Method

Stops receiving events.

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

Syntax

'Declaration
Public Sub StopEvents
'Usage
Dim instance As ServiceRouteEvents

instance.StopEvents()
public void StopEvents()
public:
void StopEvents()
member StopEvents : unit -> unit
public function StopEvents()

Examples

Handling SMO Events

See Also

Reference

ServiceRouteEvents Class

Microsoft.SqlServer.Management.Smo.Broker Namespace

Other Resources

Handling SMO Events