.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.BrokerTransportQualityOfServiceCollection Class Reference

A collection of BrokerTransportQualityOfService objects. More...

Inherits List< BrokerTransportQualityOfService >, and ICloneable.

Public Member Functions

 BrokerTransportQualityOfServiceCollection ()
 Initializes the collection with default values. More...
 
 BrokerTransportQualityOfServiceCollection (int capacity)
 Initializes the collection with an initial capacity. More...
 
 BrokerTransportQualityOfServiceCollection (IEnumerable< BrokerTransportQualityOfService > collection)
 Initializes the collection with another collection. More...
 
object Clone ()
 Creates a deep copy of the collection. More...
 

Static Public Member Functions

static implicit operator BrokerTransportQualityOfServiceCollection (BrokerTransportQualityOfService[] values)
 Converts an array to a collection. More...
 
static operator BrokerTransportQualityOfService[] (BrokerTransportQualityOfServiceCollection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of BrokerTransportQualityOfService objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.BrokerTransportQualityOfServiceCollection.BrokerTransportQualityOfServiceCollection ( )
inline

Initializes the collection with default values.

UnifiedAutomation.UaBase.BrokerTransportQualityOfServiceCollection.BrokerTransportQualityOfServiceCollection ( int  capacity)
inline

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.BrokerTransportQualityOfServiceCollection.BrokerTransportQualityOfServiceCollection ( IEnumerable< BrokerTransportQualityOfService collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.BrokerTransportQualityOfServiceCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.BrokerTransportQualityOfServiceCollection.operator BrokerTransportQualityOfService[] ( BrokerTransportQualityOfServiceCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.BrokerTransportQualityOfServiceCollection.operator BrokerTransportQualityOfServiceCollection ( BrokerTransportQualityOfService[]  values)
inlinestatic

Converts an array to a collection.


The documentation for this class was generated from the following file: