ModuleUninitialize Method
|
Declares the notification method being called
at the end of the client application. This method must be redefined
in the derived class.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract void Uninitialize()
Public MustOverride Sub Uninitialize
public:
virtual void Uninitialize() abstract
abstract Uninitialize : unit -> unit
See Also