RTI Connext C# API Version 7.2.0
Rti.Dds.Core.Policy.LocatorFilter Class Reference

Specifies the configuration of an individual channel within a MultiChannel Publication.DataWriter<T>. More...

Inherits IEquatable< LocatorFilter >.

Public Member Functions

override int GetHashCode ()
 Gets the hash code More...
 
override bool Equals (object other)
 Compares for equality More...
 
bool Equals (LocatorFilter other)
 Compares for equality More...
 

Properties

ImmutableList< LocatorLocators [get]
 Sequence containing the Locator's used to specify the multicast address locators of an individual channel within a MultiChannel Publication.DataWriter<T>. More...
 
string FilterExpression [get]
 A logical expression used to determine the data that will be published in the channel. More...
 

Detailed Description

Specifies the configuration of an individual channel within a MultiChannel Publication.DataWriter<T>.

The full documentation is available in the C API: DDS_LocatorFilter_t

Member Function Documentation

◆ GetHashCode()

override int Rti.Dds.Core.Policy.LocatorFilter.GetHashCode ( )
inline

Gets the hash code

◆ Equals() [1/2]

override bool Rti.Dds.Core.Policy.LocatorFilter.Equals ( object  other)

Compares for equality

◆ Equals() [2/2]

bool Rti.Dds.Core.Policy.LocatorFilter.Equals ( LocatorFilter  other)
inline

Compares for equality

Property Documentation

◆ Locators

ImmutableList<Locator> Rti.Dds.Core.Policy.LocatorFilter.Locators
get

Sequence containing the Locator's used to specify the multicast address locators of an individual channel within a MultiChannel Publication.DataWriter<T>.

The full documentation is available in the C API: DDS_LocatorFilter_t_locators

◆ FilterExpression

string Rti.Dds.Core.Policy.LocatorFilter.FilterExpression
get

A logical expression used to determine the data that will be published in the channel.

The full documentation is available in the C API: DDS_LocatorFilter_t_filter_expression