RTI Connext C# API  6.1.2
LatencyBudgetBuilder Class Reference

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

Public Member Functions

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

Properties

Duration Duration [get, set]
 Duration of the maximum acceptable delay. More...
 

Detailed Description

A modifiable type used to create an immutable LatencyBudget

Constructor & Destructor Documentation

◆ LatencyBudgetBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

LatencyBudget Build ( )

Creates a new LatencyBudget immutable object from this one.

Property Documentation

◆ Duration

Duration of the maximum acceptable delay.

The full documentation is available in the C API: DDS_LatencyBudgetQosPolicy::duration