RTI Connext C# API  6.1.2
ServiceBuilder Class Reference

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

Public Member Functions

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

Properties

ServiceKind Kind [get, set]
 The kind of service. More...
 

Detailed Description

A modifiable type used to create an immutable Service

Constructor & Destructor Documentation

◆ ServiceBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

Service Build ( )

Creates a new Service immutable object from this one.

Property Documentation

◆ Kind

ServiceKind Kind
getset

The kind of service.

The full documentation is available in the C API: DDS_ServiceQosPolicy::kind