Click or drag to resize

SignalDispose Method (Boolean)

Releases all resources used by this Signal instance.

Namespace:  ABB.Robotics.Controllers.IOSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
See Also