.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.PublishResponseCollection Class Reference

A collection of PublishResponse objects. More...

Inherits List< PublishResponse >, and ICloneable.

Public Member Functions

 PublishResponseCollection ()
 Initializes the collection with default values. More...
 
 PublishResponseCollection (int capacity)
 Initializes the collection with an initial capacity. More...
 
 PublishResponseCollection (IEnumerable< PublishResponse > 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 PublishResponseCollection (PublishResponse[] values)
 Converts an array to a collection. More...
 
static operator PublishResponse[] (PublishResponseCollection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of PublishResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.PublishResponseCollection.PublishResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.PublishResponseCollection.PublishResponseCollection ( IEnumerable< PublishResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.PublishResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.PublishResponseCollection.operator PublishResponse[] ( PublishResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.PublishResponseCollection.operator PublishResponseCollection ( PublishResponse[]  values)
inlinestatic

Converts an array to a collection.


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