Click or drag to resize
IProviderSessionDeleteTopic Method
Removes one reference from topic.

If this function has been called the same number of times that topic was created by CreateTopics(ITopicList), then topic is deleted. A 'TopicDeleted' message is delivered, preceded by 'TopicDeactivated' if topic was subscribed.

A provider must not publish a message on a deleted topic.

The Topic to be deleted.

The topic must not be deleted more times than it has been created.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax
void DeleteTopic(
	Topic topic
)

Parameters

topic
Type: Bloomberglp.BlpapiTopic
See Also