LyncClient Class
Implements the 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.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
UCWBase
UCWFull
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.