RTI Connext C# API  6.1.2
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 Build ( )

Creates a new WaitSetProperty immutable object from this one.

Property Documentation

◆ MaxEventCount

int 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 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