Click or drag to resize

BatchHubDispose Method (Boolean)

Releases the unmanaged resources used by the BatchHub and optionally releases the managed resources

Namespace:  PDTec.IceNet.Domain.BatchHub
Assembly:  PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also