Bloomberg API for .NET
NumCorrelationIDs Property
NamespacesBloomberglp.BlpapiMessageNumCorrelationIDs
Gets the number of correlation ids associated with this message.
Declaration Syntax
C#Visual BasicVisual C++
public abstract int NumCorrelationIDs { get; }
Public MustOverride ReadOnly Property NumCorrelationIDs As Integer
	Get
public:
virtual property int NumCorrelationIDs {
	int get () abstract;
}
Property Value
Int32
The number of correlation ids associated with this message.
Remarks
Note: A Message will have exactly one CorrelationId unless "AllowMultipleCorrelatorsPerMsg" option was enabled for the Session this Message came from. When allowMultipleCorrelatorsPerMsg is disabled (the default) and more than one active subscription would result in the same Message the Message is delivered multiple times (without making a physical copy). Each Message is accompanied by a single CorrelationId. When "AllowMultipleCorrelatorsPerMsg" is enabled and more than one active subscription would result in the same Message the Message is delivered once with a list of corresponding CorrelationId values.
See Also

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1