| IMessageFormatterAppendValue Method (Int32) |
Appends the specified
value to the element
on which this
IMessageFormatter is operating.
Namespace:
Bloomberglp.Blpapi.Test
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntaxvoid AppendValue(
int value
)
Sub AppendValue (
value As Integer
)
void AppendValue(
int value
)
abstract AppendValue :
value : int -> unit
Parameters
- value
- Type: SystemInt32
Exceptions| Exception | Condition |
|---|
| NotSupportedException |
Thrown when the message is flat or the current element to which
value is appended is not an array.
|
See Also