DataPlace
IDisposableNotify Interface
CSCS.CoreIDisposableNotify
Interface for an object which disposes and provides notification of its disposal state.
Declaration Syntax
C#
public interface IDisposableNotify : IDisposable
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Disposing
Notifies that the object is disposing.

IsDisposed
Whether the object is finished disposing.

IsDisposing
Whether the object is currently in the process of being disposed.

Assembly: CS.Core.Standard (Module: CS.Core.Standard) Version: 1.0.3271.19813