RequestAppend Method (String, Int64) |
Appends the specified value to the named array element of this request.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax void Append(
string name,
long elementValue
)
Sub Append (
name As String,
elementValue As Long
)
void Append(
String^ name,
long long elementValue
)
abstract Append :
name : string *
elementValue : int64 -> unit
Parameters
- name
- Type: SystemString
- elementValue
- Type: SystemInt64
Remarks See Also