Exemple #1
0
 /// <summary>
 /// Get the metadata about a given topic.
 /// </summary>
 /// <param name="topic">The name of the topic to get metadata for.</param>
 /// <returns>Topic with metadata information.</returns>
 public Topic GetTopic(string topic)
 {
     return(_metadataQueries.GetTopic(topic));
 }