RequestAppend Method (String, Int64) |
Note: This API is now obsolete.
Appends the specified value to the named array element of this request.
Deprecated, use
Append(Name, Int64) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax [ObsoleteAttribute("Deprecated, use Append(Name, long) instead.")]
void Append(
string name,
long elementValue
)
<ObsoleteAttribute("Deprecated, use Append(Name, long) instead.")>
Sub Append (
name As String,
elementValue As Long
)
[ObsoleteAttribute(L"Deprecated, use Append(Name, long) instead.")]
void Append(
String^ name,
long long elementValue
)
[<ObsoleteAttribute("Deprecated, use Append(Name, long) instead.")>]
abstract Append :
name : string *
elementValue : int64 -> unit
Parameters
- name
- Type: SystemString
- elementValue
- Type: SystemInt64
Remarks See Also