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