RTI Connext C# API  6.1.0
PublishModeBuilder Class Reference

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

Public Member Functions

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

Properties

PublishModeKind Kind [get, set]
 Publishing mode More...
 
string FlowControllerName [get, set]
 Name of the associated flow controller More...
 
int Priority [get, set]
 Publication priority More...
 

Detailed Description

A modifiable type used to create an immutable PublishMode

Constructor & Destructor Documentation

◆ PublishModeBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

PublishMode Build ( )

Creates a new PublishMode immutable object from this one.

Property Documentation

◆ FlowControllerName

string FlowControllerName
getset

Name of the associated flow controller

The full documentation is available in the C API: DDS_PublishModeQosPolicy::flow_controller_name

◆ Kind

PublishModeKind Kind
getset

Publishing mode

The full documentation is available in the C API: DDS_PublishModeQosPolicy::kind

◆ Priority

int Priority
getset

Publication priority

See also
Rti.Dds.Core.Priority for special values

The full documentation is available in the C API: DDS_PublishModeQosPolicy::priority