Stoppable Methods |
The Stoppable type exposes the following members.
Name | Description | |
---|---|---|
![]() | AssertLockHeld |
Throws if the current thread isn't holding any type of lock.
|
![]() | AssertNotShuttingDown |
Throws if the control is already shutting down.
|
![]() | AssertWriteLockHeld |
Throws if the current thread doesn't hold a write lock.
|
![]() | BeginShutdownAsync |
Triggered when the ShutdownToken is canceled.
|
![]() | Dispose |
Dispose the object.
|
![]() | Dispose(Boolean) |
Dispose implementation.
|
![]() | EnterReadLock |
Enter the lock in read mode.
|
![]() | EnterWriteLock |
Enter the lock in write mode.
|
![]() | ExitReadLock |
Exit the currently held read lock.
|
![]() | ExitWriteLock |
Exit the currently held write lock.
|
![]() | OnShutdownCompleted |
Triggered after all shutdown operations have completed.
|
![]() | ShutdownAsync |
Starts the shutdown process, if it hasn't already begun.
|