EventFormatterAppendValue Method (Int64) |
Appends the specified 'value' to the element which represents an
array of 'long'
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.22.0.1
Syntax public void AppendValue(
long value
)
Public Sub AppendValue (
value As Long
)
public:
void AppendValue(
long long value
)
member AppendValue :
value : int64 -> unit
Parameters
- value
- Type: SystemInt64
the value to be added
Exceptions Exception | Condition |
---|
InvalidOperationException |
The operating stack is empty.
|
InvalidConversionException |
Cannot convert the current element in the stack to the specified
value type.
|
NotSupportedException |
The current element in the stack is not an array.
|
See Also