SessionIsDisposed Method

FIX Antenna .NET Programmer's Guide
Checks if Session is disposed (whether Dispose() was called or not). If session is disposed then although the object exists all it's component are destroyed. So further working with it may cause failure.

Namespace:  com.b2bits.FIXAntenna
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public bool IsDisposed()

Return Value

Type: Boolean
true if message is disposed; - otherwise
See Also

Reference