| EventFormatterAppendResponse Method (Name) |
Append an (empty) response message that will be sent
in response to the previously received operation request.
After a message for this operation has been appended, its elements
can be set using the various SetElement methods.
Only one response can be appended to an Event.
The behavior is undefined unless the Event is
currently empty.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntaxpublic void AppendResponse(
Name operationName
)
Public Sub AppendResponse (
operationName As Name
)
public:
void AppendResponse(
Name^ operationName
)
member AppendResponse :
operationName : Name -> unit
Parameters
- operationName
- Type: Bloomberglp.BlpapiName
Name of the operation whose response type is to be used
(e.g. "ReferenceDataRequest"). For "PermissionRequest"
messages, use "PermissionResponse".
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the operating stack is not empty.
|
| ArgumentException |
Thrown when the specified Event is not a
response Event.
|
See Also