Interface IBranchMapping
- Assembly
- Diffusion.Client.dll
A session tree branch mapping.
public interface IBranchMapping
Remarks
Branch mappings belong to IBranchMappingTable branch mapping tables. Each branch mapping is a pair of a ISession session filter and the target topic tree branch that applies to sessions matching the filter.
Since 6.7
Properties
SessionFilter
Gets the session filter.
string SessionFilter { get; set; }
Property Value
- string
The session filter.
TopicTreeBranch
Gets the topic tree branch in the topic tree for sessions matching the session filter.
string TopicTreeBranch { get; set; }
Property Value
- string
The topic tree branch in the topic tree.