Client class

Abstract client class which represents the main entry point for the API. Represents the Lync client and provides access to conversations and contacts via their respective manager classes.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    UCWBase
      UCWFull
        Microsoft.Lync.Model.Client
          Microsoft.Lync.Model.DelegatorClient
          Microsoft.Lync.Model.LyncClient

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

Syntax

'Declaration
Public MustInherit Class Client _
    Inherits UCWFull
'Usage
Dim instance As Client
public abstract class Client : UCWFull

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

Client members

Microsoft.Lync.Model namespace