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