EventFormatterAppendResponse Method (String) |
Note: This API is now obsolete.
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.
Note that using Name overloads is preferable, as the Name objects have better performance if they are re-used after being created.
Deprecated, use AppendResponse(Name) instead.Namespace: Bloomberglp.Blpapi
[ObsoleteAttribute("Deprecated, use AppendResponse(Name) instead.")] public void AppendResponse( string operationName )
Exception | Condition |
---|---|
NotFoundException | Thrown when operationName is not found in the publish schema. |
InvalidOperationException | Thrown when the operating stack is not empty. |
ArgumentException | Thrown when the specified Event is not a response Event |