RequestAppend Method (String, Byte) |
Note: This API is now obsolete.
Appends the specified value to the named array element of this request.
Deprecated. Arrays of byte arrays are not supported.
This method will always throw an NotSupportedException.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.2.1
Syntax [ObsoleteAttribute("Deprecated, arrays of byte arrays are not supported.")]
void Append(
string name,
byte[] elementValue
)
<ObsoleteAttribute("Deprecated, arrays of byte arrays are not supported.")>
Sub Append (
name As String,
elementValue As Byte()
)
[ObsoleteAttribute(L"Deprecated, arrays of byte arrays are not supported.")]
void Append(
String^ name,
array<unsigned char>^ elementValue
)
[<ObsoleteAttribute("Deprecated, arrays of byte arrays are not supported.")>]
abstract Append :
name : string *
elementValue : byte[] -> unit
Parameters
- name
- Type: SystemString
- elementValue
- Type: SystemByte
Exceptions Exception | Condition |
---|
NotSupportedException |
This is thrown in all cases.
|
Remarks See Also