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.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
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.
|