ISupportLifecycle Interface
Specifies that this object provides support for performing tasks during the key stages of object life-cycle.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
Public Interface ISupportLifecycle
Inherits IDisposable
Gemstone.ISupportLifecycle = function();
Gemstone.ISupportLifecycle.createInterface('Gemstone.ISupportLifecycle');
- Implements
- IDisposable
| Enabled |
Gets or sets a boolean value that indicates whether the object is enabled.
|
| IsDisposed |
Gets a flag that indicates whether the object has been disposed.
|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| Initialize |
Initializes the state of the object.
|
| Disposed |
Raised after the source object has been properly disposed.
|