RTI Connext C# API Version 7.2.0
Rti.Dds.Core.WaitSetPropertyBuilder Class Reference

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

Public Member Functions

WaitSetProperty Build ()
 Creates a new WaitSetProperty immutable object from this one. More...
 

Properties

int MaxEventCount [get, set]
 Maximum number of trigger events to cause a WaitSet to awaken. More...
 
Duration MaxEventDelay [get, set]
 Maximum delay from occurrence of first trigger event to cause a WaitSet to awaken. More...
 

Detailed Description

A modifiable type used to create an immutable WaitSetProperty

Member Function Documentation

◆ Build()

WaitSetProperty Rti.Dds.Core.WaitSetPropertyBuilder.Build ( )

Creates a new WaitSetProperty immutable object from this one.

Property Documentation

◆ MaxEventCount

int Rti.Dds.Core.WaitSetPropertyBuilder.MaxEventCount
getset

Maximum number of trigger events to cause a WaitSet to awaken.

The full documentation is available in the C API: DDS_WaitSetProperty_t_max_event_count

◆ MaxEventDelay

Duration Rti.Dds.Core.WaitSetPropertyBuilder.MaxEventDelay
getset

Maximum delay from occurrence of first trigger event to cause a WaitSet to awaken.

The full documentation is available in the C API: DDS_WaitSetProperty_t_max_event_delay