Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stops consumption of event data for event providers that obtain event data from streaming sources.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Sub Stop
'Usage
Dim instance As IEventProvider
instance.Stop()
void Stop()
void Stop()
abstract Stop : unit -> unit
function Stop()