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