Click or drag to resize
ResolutionListAdd Method (Message, CorrelationID)

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public void Add(
	Message msg,
	CorrelationID correlationId
)

Parameters

msg
Type: Bloomberglp.BlpapiMessage
correlationId
Type: Bloomberglp.BlpapiCorrelationID
Exceptions
ExceptionCondition
ArgumentException The specified 'msg' is not valid for resolution.
DuplicateCorrelationIDException The specified 'correlationId' is in the list.
See Also