Interface ITopicPathSelector
- Namespace
- PushTechnology.ClientInterface.Client.Topics
- Assembly
- Diffusion.Client.dll
A selector that selects a single topic path.
[Obsolete("Topic selectors are now deprecated and will be removed in a future release. Use string expressions instead.", false)]
public interface ITopicPathSelector : ITopicSelector
- Inherited Members
Remarks
Caution
Deprecated since 6.4. Topic selectors are no longer verified locally by the client library.
Instead System.String expressions will be sent to (and verified by) the Diffusion server.
This interface will be removed in a future release.
Added in 5.0.
Properties
Path
Return the associated topic path. The result will be in a normalised form with no leading or trailing '/'.
string Path { get; }
Property Value
- string
The associated topic path.