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

Rti.Dds.Core.Policy.EventBuilder.EventBuilder ( Event  data)
inline

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

Event Rti.Dds.Core.Policy.EventBuilder.Build ( )

Creates a new Event immutable object from this one.

Property Documentation

◆ Thread

ThreadSettings Rti.Dds.Core.Policy.EventBuilder.Thread
getset

Event thread QoS.

The full documentation is available in the C API: DDS_EventQosPolicy_thread

◆ InitialCount

int Rti.Dds.Core.Policy.EventBuilder.InitialCount
getset

The initial number of events.

The full documentation is available in the C API: DDS_EventQosPolicy_initial_count

◆ MaxCount

int Rti.Dds.Core.Policy.EventBuilder.MaxCount
getset

The maximum number of events.

The full documentation is available in the C API: DDS_EventQosPolicy_max_count