Click or drag to resize

SessionIsDisposed Method

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.32.0.0
Syntax
public bool IsDisposed()

Return Value

Boolean
true if message is disposed; - otherwise
See Also