LyncClient class

Implements the 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
  ScriptWrapper
    ComObject
      UCWBase
        Microsoft.Lync.Model.Client
          Microsoft.Lync.Model.LyncClient

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

Syntax

'Declaration
Public Class LyncClient _
    Inherits Client
'Usage
Dim instance As LyncClient
public class LyncClient : Client

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

LyncClient members

Microsoft.Lync.Model namespace