Bloomberg API for .NET
AppendRecapMessage Method (topic, sequenceNumber, cid)
NamespacesBloomberglp.BlpapiEventFormatterAppendRecapMessage(Topic, Nullable<(Of <<'(Int32>)>>), CorrelationID)
Appends a (empty) recap message that will be published under the specified 'topic' to the event referenced by this EventFormatter. Specifies the optional 'cid' if this recap message is added in response to a 'TopicRecap' message. After a message has been appended its elements can be set using the various 'SetElement' methods. It is an error to create append a recap message to an admin event. The behavior is undefined unless the 'sequenceNumber' is greater (unless the value wrapped) than the last value used in any previous message on this 'topic'.
Declaration Syntax
C#Visual BasicVisual C++
public void AppendRecapMessage(
	Topic topic,
	Nullable<int> sequenceNumber,
	CorrelationID cid
)
Public Sub AppendRecapMessage ( 
	topic As Topic,
	sequenceNumber As Nullable(Of Integer),
	cid As CorrelationID
)
public:
void AppendRecapMessage(
	Topic^ topic, 
	Nullable<int> sequenceNumber, 
	CorrelationID^ cid
)
Parameters
topic (Topic)
the corresponding topic
sequenceNumber (Nullable<(Of <(<'Int32>)>)>)
the sequence number for this message
cid (CorrelationID)
the correlationId of the 'TopicRecap' message if responding to a recap request or null if this is a recap message for all subscribers
Exceptions
ExceptionCondition
NotFoundException There is no recap message in service.
InvalidOperationException The operating stack is not empty.
ArgumentException The specified event is not a publish event. The specified topic is not valid.

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