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