DelegatorClient Class

Definition

Represents a Client instance delegated to act on behalf of a delegator.

public ref class DelegatorClient : Microsoft::Lync::Model::Client
public class DelegatorClient : Microsoft.Lync.Model.Client
type DelegatorClient = class
    inherit Client
Public Class DelegatorClient
Inherits Client
Inheritance

Properties

ContactManager

Gets the contact group manager.

(Inherited from Client)
ConversationManager

Gets the conversation manager.

(Inherited from Client)
InnerObject (Inherited from UCWBase)
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)

Methods

Finalize()

Events

StateChanged

Occurs when the Client state changes.

(Inherited from Client)

Applies to