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

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

Parameters

message
Type: Bloomberglp.BlpapiMessage
correlationId
Type: Bloomberglp.BlpapiCorrelationID

Implements

IResolutionListAdd(Message, CorrelationID)
Exceptions
ExceptionCondition
ArgumentException The specified 'msg' is not valid for resolution.
DuplicateCorrelationIDException The specified 'correlationId' is in the list.
See Also