DelegatorClient members
Represents a Client instance delegated to act on behalf of a delegator.
The DelegatorClient type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContactManager | Gets the contact group manager. (Inherited from Client.) | |
ConversationManager | Gets the conversation manager. (Inherited from Client.) | |
LyncClient | Gets the LyncClient instance that represents the delegating user. | |
RoomManager | Gets the group chat room manager. (Inherited from Client.) | |
Self | Gets the self Contact object representing the signed in user. (Inherited from Client.) | |
Settings | Gets the settings object. (Inherited from Client.) | |
State | Gets the current platform state. (Inherited from Client.) | |
Uri | Gets the URI of the client. (Inherited from Client.) |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Client.Finalize().) | |
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. (Inherited from Client.) |
Top