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: 6.0.0.0 (6.0.6225.27214)
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