Skip to content

d14baec6 c0ff 1088 b33c 64e974c7da68

Axel Kesseler edited this page Mar 1, 2023 · 6 revisions

ICompositeLogger(TContext).IsDisposed Property

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

Syntax

C#

bool IsDisposed { get; }

Property Value

Type: Boolean
True if the object has been disposed and false otherwise.

Remarks

After calling method Dispose() the object is no longer functional. This property can be queried to determine if this instance is disposed already.

See Also

Reference

ICompositeLogger(TContext) Interface
Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally