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

Policy Helpers which 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 which facilitate management of the properties in the input policy.


RTI Connext .Net APIs Version 5.3.0 Copyright © Sun Jun 25 2017 Real-Time Innovations, Inc