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

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

Syntax

C#
public 
abstract 
class 
Client : 
UCWFull

Inheritance Hierarchy

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

See Also