RTI Connext C# API  6.1.2
EventBuilder Class Reference

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

Public Member Functions

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

Properties

ThreadSettings Thread [get, set]
 Event thread QoS. More...
 
int InitialCount [get, set]
 The initial number of events. More...
 
int MaxCount [get, set]
 The maximum number of events. More...
 

Detailed Description

A modifiable type used to create an immutable Event

Constructor & Destructor Documentation

◆ EventBuilder()

EventBuilder ( Event  data)

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

Event Build ( )

Creates a new Event immutable object from this one.

Property Documentation

◆ InitialCount

int InitialCount
getset

The initial number of events.

The full documentation is available in the C API: DDS_EventQosPolicy::initial_count

◆ MaxCount

int MaxCount
getset

The maximum number of events.

The full documentation is available in the C API: DDS_EventQosPolicy::max_count

◆ Thread

ThreadSettings Thread
getset

Event thread QoS.

The full documentation is available in the C API: DDS_EventQosPolicy::thread