ISupport
|
public interface ISupportLifecycle : IDisposable
The ISupportLifecycle type exposes the following members.
Name | Description | |
---|---|---|
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. |
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
Initialize | Initializes the state of the object. |
Lifecycle Stage | Equivalent Member |
---|---|
Birth | Initialize |
Life (Work/Sleep) | Enabled |
Death | Dispose |