RTI Connext C# API  6.1.0
LifespanBuilder Class Reference

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

Public Member Functions

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

Properties

Duration Duration [get, set]
 Maximum duration for the data's validity. More...
 

Detailed Description

A modifiable type used to create an immutable Lifespan

Constructor & Destructor Documentation

◆ LifespanBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

Lifespan Build ( )

Creates a new Lifespan immutable object from this one.

Property Documentation

◆ Duration

Maximum duration for the data's validity.

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