• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Property Topic

Topic

ITopic instance containing information about the topic.

Declaration
ITopic Topic { get; }
Property Value
Type Description
ITopic

ITopic instance of the topic.

Examples

Example prints topic name of the subscription

ITopicSubscription topicSubscription = _topic.CreateSubscription(messageReceivedCallback);

Console.WriteLine("Topic Name : {0}", topicSubscription.Topic.Name);
Back to top Copyright © 2017 Alachisoft