EventLoopScheduler.Dispose Method

Ends the thread associated with this scheduler.

Namespace:  System.Reactive.Concurrency
Assembly:  System.Reactive (in System.Reactive.dll)

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As EventLoopScheduler

instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit 
override Dispose : unit -> unit 
public final function Dispose()

Implements

IDisposable.Dispose()

See Also

Reference

EventLoopScheduler Class

System.Reactive.Concurrency Namespace