Click or drag to resize
SmartCompressionStreamDispose Method (Boolean)
Releases the unmanaged resources used by the SmartCompressionStream and optionally releases the managed resources

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
protected override void Dispose(
	bool disposing
)

Parameters

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