This topic has not yet been rated - Rate this topic

ConnectionInfoCollection Class

Defines a collection of registered connections.

System..::..Object
  System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>
    Microsoft.Web.Management.Client..::..ConnectionInfoCollection

Namespace:  Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)
[SecurityPermissionAttribute(SecurityAction.Demand, Flags = SecurityPermissionFlag.UnmanagedCode)]
public sealed class ConnectionInfoCollection : ReadOnlyCollection<ConnectionInfo>

The ConnectionInfoCollection type exposes the following members.

  NameDescription
Public methodConnectionInfoCollectionInitializes a new instance of the ConnectionInfoCollection class.
Top
  NameDescription
Public propertyCount (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Public propertyItem[([(Int32])]) (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Public propertyItem[([(String])])Gets the connection that has the specified name from the collection.
Protected propertyItems (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Top
  NameDescription
Public methodContains (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Public methodCopyTo (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate methodICollection<(Of <<'(T>)>>)..::..Add (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Add (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate methodICollection<(Of <<'(T>)>>)..::..Clear (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Clear (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Contains (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate methodICollection..::..CopyTo (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate methodIEnumerable..::..GetEnumerator (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate methodIList..::..IndexOf (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate methodIList<(Of <<'(T>)>>)..::..Insert (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Insert (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate propertyIList..::..IsFixedSize (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate propertyICollection<(Of <<'(T>)>>)..::..IsReadOnly (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate propertyIList..::..IsReadOnly (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate propertyICollection..::..IsSynchronized (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate propertyIList<(Of <<'(T>)>>)..::..Item (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate propertyIList..::..Item (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate methodICollection<(Of <<'(T>)>>)..::..Remove (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Remove (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate methodIList<(Of <<'(T>)>>)..::..RemoveAt (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate methodIList..::..RemoveAt (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Explicit interface implemetationPrivate propertyICollection..::..SyncRoot (Inherited from ReadOnlyCollection<(Of <(<'ConnectionInfo>)>)>.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.