Client Class

Definition

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.

public ref class Client abstract : Microsoft::Lync::Model::Internal::UCWFull
public abstract class Client : Microsoft.Lync.Model.Internal.UCWFull
type Client = class
    inherit UCWFull
Public MustInherit Class Client
Inherits UCWFull
Inheritance
Derived

Properties

ContactManager

Gets the contact group manager.

ConversationManager

Gets the conversation manager.

InnerObject (Inherited from UCWBase)
RoomManager

Gets the group chat room manager.

Self

Gets the self Contact object representing the signed in user.

Settings

Gets the settings object.

State

Gets the current platform state.

Uri

Gets the URI of the client.

Methods

Finalize()

Events

StateChanged

Occurs when the Client state changes.

Applies to