public class WorkerThreadSynchronization : DisposableLoggingClassBasePublic Class WorkerThreadSynchronization
Inherits DisposableLoggingClassBasepublic ref class WorkerThreadSynchronization : public DisposableLoggingClassBaseSnapDB.Threading.WorkerThreadSynchronization = function();
Type.createClass(
'SnapDB.Threading.WorkerThreadSynchronization',
DisposableLoggingClassBase);| WorkerThreadSynchronization | Creates a WorkerThreadSynchronization. |
| Log |
The LogPublisher for logging messages.
(Inherited from DisposableLoggingClassBase) |
| BeginSafeToCallbackRegion | Enters a region where a callback can occur. |
| CheckDisposed |
Checks if the class has been disposed, throws an exception if this is the case.
(Inherited from DisposableLoggingClassBase) |
| Dispose |
Releases all the resources used by the DisposableLoggingClassBase object.
(Inherited from DisposableLoggingClassBase) |
| Dispose(Boolean) |
Releases the unmanaged resources used by the DisposableLoggingClassBase object and optionally releases the managed resources.
(Inherited from DisposableLoggingClassBase) |
| EndSafeToCallbackRegion | Exits a region where future callbacks cannot occur. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
This code is here to detect when finalizers are called rather than a class be properly disposed.
(Inherited from DisposableLoggingClassBase) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| PulseSafeToCallback | Signals that if any callbacks are pending, go ahead and run them now. Otherwise, wait. |
| RequestCallback | Requests that the following action be completed as soon as reasonably possible. This will either be done immediately, or be queued for the next approriate time. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |