RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
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.
 
static void assert_property (PropertyQosPolicy^ policy, String^ name, String^ value, System::Boolean propagate)
 Asserts the property identified by name in the input policy.
 
static void add_property (PropertyQosPolicy^ policy, String^ name, String^ value, System::Boolean propagate)
 Adds a new property to the input policy.
 
static Property_tlookup_property (PropertyQosPolicy^ policy, System::String^ name)
 Searches for a property in the input policy given its name.
 
static void remove_property (PropertyQosPolicy^ policy, String^ name)
 Removes a property from the input policy.
 
static void get_properties (PropertyQosPolicy^ policy, PropertySeq^ properties, String^ name_prefix)
 Retrieves a list of properties whose names match the input prefix.
 

Detailed Description

Policy Helpers which facilitate management of the properties in the input policy.


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc