Click or drag to resize
MessageFragmentType Property
Gets the fragment type of this message.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract MessageFragment FragmentType { get; }

Property Value

Type: MessageFragment
Remarks
The return value is a value of enum MessageFragment to indicate whether it is a fragmented message of a big message and its positions in fragmentation if it is.
See Also