Bloomberg API for .NET
AppendResponse Method (name)
NamespacesBloomberglp.BlpapiEventFormatterAppendResponse(Name)
Appends a (empty) response message of the specified 'name' that will be sent in response to previously received operation request. After a message has been appended its elements can be set using the various 'SetElement' methods. Only one response can be appended to an event.
Declaration Syntax
C#Visual BasicVisual C++
public void AppendResponse(
	Name name
)
Public Sub AppendResponse ( 
	name As Name
)
public:
void AppendResponse(
	Name^ name
)
Parameters
name (Name)
the name of the response type that needs to be added
Exceptions
ExceptionCondition
InvalidOperationException The operating stack is not empty.
ArgumentException The specified event is not a publish event.

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