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.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
Syntax
void DeleteTopic(
	Topic topic
)

Parameters

topic
Type: Bloomberglp.BlpapiTopic
See Also