RTI Connext C# API Version 7.3.0
Rti.Dds.Core.Policy.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()

Rti.Dds.Core.Policy.TopicQueryDispatchBuilder.TopicQueryDispatchBuilder ( TopicQueryDispatch  data)
inline

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

TopicQueryDispatch Rti.Dds.Core.Policy.TopicQueryDispatchBuilder.Build ( )

Creates a new TopicQueryDispatch immutable object from this one.

Property Documentation

◆ Enable

bool Rti.Dds.Core.Policy.TopicQueryDispatchBuilder.Enable
getset

Allows this writer to dispatch TopicQueries

The full documentation is available in the C API: DDS_TopicQueryDispatchQosPolicy_enable

◆ PublicationPeriod

Duration Rti.Dds.Core.Policy.TopicQueryDispatchBuilder.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 Rti.Dds.Core.Policy.TopicQueryDispatchBuilder.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