SecondaryBinderConfigurationAddDispose Method |
Add an IDisposable to be called when the model is unbound.
Namespace: Demo3D.PLCAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic void AddDispose(
IDisposable dispose
)
Parameters
- dispose IDisposable
- IDisposable to be called when the model is unbound (via Dispose).
See Also