Click or drag to resize

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
Syntax
C#
public void AddDispose(
	IDisposable dispose
)

Parameters

dispose
Type: SystemIDisposable
IDisposable to be called when the model is unbound (via Dispose).
See Also