DelegatorClient members
Represents a Client instance delegated to act on behalf of a delegator.
The DelegatorClient type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DelegatorClient |
Top
Properties
Name | Description | |
---|---|---|
AdviseMap | (Inherited from ComObject.) | |
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.) | |
ScriptObject | (Inherited from ScriptWrapper.) | |
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 | |
---|---|---|
AttachEvent(Guid) | (Inherited from ComObject.) | |
AttachEvent(Object, Guid) | (Inherited from ComObject.) | |
CreateArray | (Inherited from ComObject.) | |
CreateArrayFromEnum | (Inherited from ComObject.) | |
CreateEventDispatcher | (Inherited from ComObject.) | |
CreateObjectParameter | (Inherited from UCWBase.) | |
CreateParameters | (Inherited from ComObject.) | |
DetachEvent | (Inherited from ComObject.) | |
EnsureEventAdd(IEnumerable<MulticastDelegate>, Guid) | (Inherited from ComObject.) | |
EnsureEventAdd(MulticastDelegate, Guid) | (Inherited from ComObject.) | |
EnsureEventAdd(IEnumerable<MulticastDelegate>, Object, Guid) | (Inherited from ComObject.) | |
EnsureEventRemove(IEnumerable<MulticastDelegate>, Guid) | (Inherited from ComObject.) | |
EnsureEventRemove(MulticastDelegate, Guid) | (Inherited from ComObject.) | |
Equals(Object) | (Inherited from ComObject.) | |
Equals(ScriptObject) | (Inherited from ScriptWrapper.) | |
Equals(ScriptWrapper) | (Inherited from ScriptWrapper.) | |
Finalize | (Inherited from UCWBase.) | |
GetEnumerator | (Inherited from ComObject.) | |
GetHashCode | (Inherited from ComObject.) | |
GetInteropEnumerator | (Inherited from ComObject.) | |
GetProperty | (Inherited from ScriptWrapper.) | |
GetPropertyBoolean | (Inherited from ScriptWrapper.) | |
GetPropertyEx | (Inherited from ComObject.) | |
GetPropertyInt32 | (Inherited from ScriptWrapper.) | |
GetPropertyScript | (Inherited from ScriptWrapper.) | |
GetPropertyString | (Inherited from ScriptWrapper.) | |
GetScriptEnumerator | (Inherited from ComObject.) | |
GetType | (Inherited from Object.) | |
Invoke | (Inherited from ScriptWrapper.) | |
InvokeEx | (Inherited from ComObject.) | |
InvokeMethod | (Inherited from ScriptWrapper.) | |
MemberwiseClone | (Inherited from Object.) | |
PersistAddRef | (Inherited from UCWBase.) | |
PersistRemoveRef | (Inherited from UCWBase.) | |
SetPersistence | (Inherited from UCWBase.) | |
SetProperty | (Inherited from ScriptWrapper.) | |
SetPropertyEx | (Inherited from ComObject.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
StateChanged | Occurs when the Client state changes. (Inherited from Client.) |
Top