|
ScheduledTaskDispose Method
|
Starts the disposing process of exiting the worker thread.
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
View SourceImplements
IDisposableDispose
RemarksCallback will be invoked one more time. Duplicate calls are ignored.
Unless called from the worker thread, this method will block until the dispose
has successfully completed.
See Also