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