-
Notifications
You must be signed in to change notification settings - Fork 0
39bfc3fe 7de2 814d 578c f8e6ccf44067
Axel Kesseler edited this page Mar 1, 2023
·
6 revisions
Determines whether this instance has been disposed.
Namespace: Plexdata.LogWriter.Abstraction
Assembly: Plexdata.LogWriter.Composite (in Plexdata.LogWriter.Composite.dll) Version: 1.0.7.1
C#
bool IsDisposed { get; }
Type: Boolean
True if the object has been disposed and false otherwise.
After calling method Dispose() the object is no longer functional. This property can be queried to determine if this instance is disposed already.
ICompositeLogger Interface
Plexdata.LogWriter.Abstraction Namespace