Client members
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.
The Client type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContactManager | Gets the contact group manager. | |
ConversationManager | Gets the conversation manager. | |
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. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides UCWFullFinalize().) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
StateChanged | Occurs when the Client state changes. |
Top