Click or drag to resize
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.13.2.1
Syntax
[ObsoleteAttribute("Deprecated since 3.4.0; use CreateTopicsAsync(TopicList, ResolveMode, Identity) or CreateTopics(TopicList, ResolveMode, Identity) instead.")]
public Topic CreateTopic(
	Message message
)

Parameters

message
Type: Bloomberglp.BlpapiMessage

Return Value

Type: Topic
See Also