RequestAppend Method (Name, Byte) |
Appends the specified value to the named array element of this request.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.16.0.1
Syntax void Append(
Name name,
byte[] elementValue
)
Sub Append (
name As Name,
elementValue As Byte()
)
void Append(
Name^ name,
array<unsigned char>^ elementValue
)
abstract Append :
name : Name *
elementValue : byte[] -> unit
Parameters
- name
- Type: Bloomberglp.BlpapiName
- elementValue
- Type: SystemByte
Remarks See Also