ProviderSessionCreateTopic Method |
Note: This API is now obsolete.
Creates a new Topic object based on the specified 'message'. The
'message' must be one of the following types: SUBSCRIPTION_STARTED,
SUBSCRIPTION_STOPPED, RECAP or RESOLUTION_SUCCESS. If the 'message' is
not valid then invoking isValid() on the returned Topic will return
false.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax [ObsoleteAttribute("Deprecated since 3.4.0; use CreateTopicsAsync(TopicList, ResolveMode, Identity) or CreateTopics(TopicList, ResolveMode, Identity) instead.")]
public Topic CreateTopic(
Message message
)
<ObsoleteAttribute("Deprecated since 3.4.0; use CreateTopicsAsync(TopicList, ResolveMode, Identity) or CreateTopics(TopicList, ResolveMode, Identity) instead.")>
Public Function CreateTopic (
message As Message
) As Topic
public:
[ObsoleteAttribute(L"Deprecated since 3.4.0; use CreateTopicsAsync(TopicList, ResolveMode, Identity) or CreateTopics(TopicList, ResolveMode, Identity) instead.")]
Topic^ CreateTopic(
Message^ message
)
[<ObsoleteAttribute("Deprecated since 3.4.0; use CreateTopicsAsync(TopicList, ResolveMode, Identity) or CreateTopics(TopicList, ResolveMode, Identity) instead.")>]
member CreateTopic :
message : Message -> Topic
Parameters
- message
- Type: Bloomberglp.BlpapiMessage
Return Value
Type:
TopicSee Also