forwardDispose Method    Table of ContentFinalize Method forward
Session.Dispose Method (Boolean)
Releases the unmanaged resources used by the Session and optionally releases the managed resources

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
protected virtual void Dispose(
	bool A_0
)

Parameters

A_0
Type: System.Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also