-
Notifications
You must be signed in to change notification settings - Fork 0
82de9d40 8816 11b9 8b08 5264eeb19f39
Axel Kesseler edited this page Mar 1, 2023
·
14 revisions
Determines whether this instance has been disposed.
Namespace: Plexdata.LogWriter.Abstraction
Assembly: Plexdata.LogWriter.Persistent (in Plexdata.LogWriter.Persistent.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.
IPersistentLogger(TContext) Interface
Plexdata.LogWriter.Abstraction Namespace