Click or drag to resize
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.2.1
Syntax
[ObsoleteAttribute("Deprecated, use Append(Name, Datetime) instead.")]
void Append(
	string name,
	Datetime elementValue
)

Parameters

name
Type: SystemString
elementValue
Type: Bloomberglp.BlpapiDatetime
Remarks
See Also