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

Rti.Dds.Core.Policy.PublishModeBuilder.PublishModeBuilder ( PublishMode  data)
inline

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

PublishMode Rti.Dds.Core.Policy.PublishModeBuilder.Build ( )

Creates a new PublishMode immutable object from this one.

Property Documentation

◆ Kind

PublishModeKind Rti.Dds.Core.Policy.PublishModeBuilder.Kind
getset

Publishing mode

The full documentation is available in the C API: DDS_PublishModeQosPolicy_kind

◆ FlowControllerName

string Rti.Dds.Core.Policy.PublishModeBuilder.FlowControllerName
getset

Name of the associated flow controller

The full documentation is available in the C API: DDS_PublishModeQosPolicy_flow_controller_name

◆ Priority

int Rti.Dds.Core.Policy.PublishModeBuilder.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