Gets the result of a topic creation.
The message returned can be used when creating an instance
of Topic.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax Message Message(
CorrelationID correlationId
)
Function Message (
correlationId As CorrelationID
) As Message
Message^ Message(
CorrelationID^ correlationId
)
abstract Message :
correlationId : CorrelationID -> Message
Parameters
- correlationId
- Type: Bloomberglp.BlpapiCorrelationID
A CorrelationID to identify the entry.
Return Value
Type:
Message
The
Message(CorrelationID) received during creation of the topic.
See Also