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

Rti.Dds.Core.Policy.LifespanBuilder.LifespanBuilder ( Lifespan  data)
inline

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

Lifespan Rti.Dds.Core.Policy.LifespanBuilder.Build ( )

Creates a new Lifespan immutable object from this one.

Property Documentation

◆ Duration

Duration Rti.Dds.Core.Policy.LifespanBuilder.Duration
getset

Maximum duration for the data's validity.

The full documentation is available in the C API: DDS_LifespanQosPolicy_duration