Share via


DeviceCollection Class

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.Lync.Model.Internal.UCWBase
      Microsoft.Lync.Model.Internal.UCWLite
        Microsoft.Lync.Model.Internal.DeviceCollection

Namespace:  Microsoft.Lync.Model.Internal
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Class DeviceCollection _
    Inherits UCWLite _
    Implements IList(Of Device), ICollection(Of Device),  _
    IEnumerable(Of Device), IEnumerable
'Usage
Dim instance As DeviceCollection
public class DeviceCollection : UCWLite, 
    IList<Device>, ICollection<Device>, IEnumerable<Device>, 
    IEnumerable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DeviceCollection Members

Microsoft.Lync.Model.Internal Namespace