Removes one reference from the specified 'topic'.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void DeleteTopic( Topic topic )
Public Sub DeleteTopic ( topic As Topic )
public: void DeleteTopic( Topic^ topic )
Parameters
- topic (Topic)
Remarks
If this function
has been called the same number of times that 'topic' was created
by
ProviderSession.CreateTopics, then 'topic' is deleted: a
'TopicDeleted' message is delivered, preceded by
'TopicUnsubscribed' and 'TopicDeactivated' if 'topic' was
subscribed. (See "Topic Life Cycle", above, for additional
details.) The behavior of this function is undefined if 'topic' has
already been deleted the same number of times that it has been
created. Further, the behavior is undefined if a provider attempts
to publish a message on a deleted topic.
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1