A key used to identify individual subscriptions or requests.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public sealed class CorrelationID
<SerializableAttribute> Public NotInheritable Class CorrelationID
[SerializableAttribute] public ref class CorrelationID sealed
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CorrelationID(Int64) |
Constructs a CorrelationID object and initializes it with the specified
long correlation data.
| |
| CorrelationID(Object) |
Constructs a correlation id object and initializes it with the specified
Object value correlation data.
| |
| CorrelationID()()()() |
Constructs a correlation id object and initializes it with the incremented
long value.
| |
| CorrelationID(CorrelationID) |
Copy constructor.
| |
| Equals(Object) |
Checks value equality.
(Overrides Object.Equals(Object).) | |
| GetHashCode()()()() | (Overrides Object.GetHashCode()()()().) | |
| IsInternal |
Returns true if this correlation id object was generated internally
by the library.
| |
| IsObject |
Returns true if this correlation id object was was originally initialized
with an object value.
| |
| IsValue |
Returns true if this correlation id object was was originally initialized
with an long value.
| |
| Object | Returns the value of this correlation id as a Object value.
| |
| ToString()()()() | (Overrides Object.ToString()()()().) | |
| Value | Returns the value of this correlation id as a long value.
|
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
| Object | |
| CorrelationID | |
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1