Interface: Disposable
common.Disposable
Hierarchy
-
Disposable
↳
Client
Properties
dispose
• dispose: () => void
| Promise
<void
>
Dispose of the instance and clear up resources.
Type declaration
▸ (): void
| Promise
<void
>
Returns
void
| Promise
<void
>