Method Dispose
Dispose()
Disconnects this clock from the inner clock's Adjusted event.
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
Dispose(Boolean)
Disconnects this clock from the inner clock's Adjusted event.
Declaration
protected virtual void Dispose(bool isDisposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isDisposing | True if the instance is being explicitly disposed, otherwise false if it being disposed from a finalizer. |