CorrelationID Constructor (Object) |
Constructs a correlation id object and initializes it with the specified
Object value correlation data.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax public CorrelationID(
Object value
)
Public Sub New (
value As Object
)
public:
CorrelationID(
Object^ value
)
new :
value : Object -> CorrelationID
Parameters
- value
- Type: SystemObject
The Object value to be used as the correlation data.
Exceptions Exception | Condition |
---|
ArgumentException |
The input value is null.
|
See Also