Click or drag to resize

FixMessageIsDisposed Method

Checks if FixMessage is disposed (whether Dispose() was called or not). If message is disposed then although the object is 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
if message is disposed; - otherwise.
See Also