RTI Connext C# API  6.1.0
TopicQueryDispatchBuilder Class Reference

A modifiable type used to create an immutable TopicQueryDispatch More...

Public Member Functions

 TopicQueryDispatchBuilder (TopicQueryDispatch data)
 Creates a builder with the values of an existing immutable instance More...
 
TopicQueryDispatch Build ()
 Creates a new TopicQueryDispatch immutable object from this one. More...
 

Properties

bool Enable [get, set]
 Allows this writer to dispatch TopicQueries More...
 
Duration PublicationPeriod [get, set]
 Sets the periodic interval at which samples are published. More...
 
int SamplesPerPeriod [get, set]
 Sets the maximum number of samples to publish in each publication_period. More...
 

Detailed Description

A modifiable type used to create an immutable TopicQueryDispatch

Constructor & Destructor Documentation

◆ TopicQueryDispatchBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

TopicQueryDispatch Build ( )

Creates a new TopicQueryDispatch immutable object from this one.

Property Documentation

◆ Enable

bool Enable
getset

Allows this writer to dispatch TopicQueries

The full documentation is available in the C API: DDS_TopicQueryDispatchQosPolicy::enable

◆ PublicationPeriod

Duration PublicationPeriod
getset

Sets the periodic interval at which samples are published.

The full documentation is available in the C API: DDS_TopicQueryDispatchQosPolicy::publication_period

◆ SamplesPerPeriod

int SamplesPerPeriod
getset

Sets the maximum number of samples to publish in each publication_period.

The full documentation is available in the C API: DDS_TopicQueryDispatchQosPolicy::samples_per_period