Opc.Ua.Core
ReverseConnectClientCollection Class
Members 



Opc.Ua Namespace : ReverseConnectClientCollection Class
A collection of reverse connect clients.
Object Model
ReverseConnectClientCollection ClassReverseConnectClient Class
Syntax
'Declaration
 
<CollectionDataContractAttribute(Name="ListOfReverseConnectClient", 
   Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", 
   ItemName="ReverseConnectClient")>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class ReverseConnectClientCollection 
   Inherits System.Collections.Generic.List(Of ReverseConnectClient)
'Usage
 
Dim instance As ReverseConnectClientCollection
[CollectionDataContract(Name="ListOfReverseConnectClient", 
   Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", 
   ItemName="ReverseConnectClient")]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class ReverseConnectClientCollection : System.Collections.Generic.List<ReverseConnectClient> 
[CollectionDataContract(Name="ListOfReverseConnectClient", 
   Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", 
   ItemName="ReverseConnectClient")]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public ref class ReverseConnectClientCollection : public System.Collections.Generic.List<ReverseConnectClient> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Opc.Ua.ReverseConnectClientCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReverseConnectClientCollection Members
Opc.Ua Namespace