Client Members
Include Protected Members
Include Inherited Members
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.
The Client type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContactManager | Gets the contact group manager. | |
ConversationManager | Gets the conversations manager. | |
Self | Gets the self 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