RTI Connext .Net APIs  Version 6.0.1
DDS::PropertyQosPolicyHelper Class Reference

Policy helpers that facilitate management of the properties in the input policy. More...

#include <managed_infrastructure.h>

Static Public Member Functions

static Int32 get_number_of_properties (PropertyQosPolicy^ policy)
 Gets the number of properties in the input policy. More...
 
static void assert_property (PropertyQosPolicy^ policy, String^ name, String^ value, System::Boolean propagate)
 Asserts the property identified by name in the input policy. More...
 
static void add_property (PropertyQosPolicy^ policy, String^ name, String^ value, System::Boolean propagate)
 Adds a new property to the input policy. More...
 
static Property_tlookup_property (PropertyQosPolicy^ policy, System::String^ name)
 Searches for a property in the input policy given its name. More...
 
static void remove_property (PropertyQosPolicy^ policy, String^ name)
 Removes a property from the input policy. More...
 
static void get_properties (PropertyQosPolicy^ policy, PropertySeq^ properties, String^ name_prefix)
 Retrieves a list of properties whose names match the input prefix. More...
 

Detailed Description

Policy helpers that facilitate management of the properties in the input policy.


RTI Connext .Net APIs Version 6.0.1 Copyright © Sat Nov 23 2019 Real-Time Innovations, Inc