Click or drag to resize
CorrelationIDObject Property
Returns the value of this correlation id as an Object value.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
public Object Object { get; }

Return Value

Type: Object
The object value that this correlation id was initialized with.
Exceptions
ExceptionCondition
InvalidOperationException This correlation id was not initialized with an object.
Remarks
Returns the value of this correlation id as an Object value. Note that this function assumes that this correlation id object has been initialized with an Object value.
See Also