RTI Connext C# API  6.1.2
DeadlineBuilder Class Reference

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

Public Member Functions

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

Properties

Duration Period [get, set]
 Duration of the deadline period. More...
 

Detailed Description

A modifiable type used to create an immutable Deadline

Constructor & Destructor Documentation

◆ DeadlineBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

Deadline Build ( )

Creates a new Deadline immutable object from this one.

Property Documentation

◆ Period

Duration Period
getset

Duration of the deadline period.

The full documentation is available in the C API: DDS_DeadlineQosPolicy::period