Click or drag to resize
MessagePropertiesSetCorrelationIds Method
Sets the CorrelationID property.

Namespace:  Bloomberglp.Blpapi.Test
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax
public MessageProperties SetCorrelationIds(
	List<CorrelationID> correlationIds
)

Parameters

correlationIds
Type: System.Collections.GenericListCorrelationID
The CorrelationIDs to be added.

Return Value

Type: MessageProperties
this
See Also