CtiCallStateManager.CallersList Property
Gets or sets the collection of calls that are being managed.
Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)
Usage
'Usage
Dim instance As CtiCallStateManager
Dim value As Dictionary(Of Guid, CallInfoData)
value = instance.CallersList
instance.CallersList = value
Syntax
'Declaration
Public Property CallersList As Dictionary(Of Guid, CallInfoData)
public Dictionary<Guid,CallInfoData> CallersList { get; set; }
public:
virtual property Dictionary<Guid, CallInfoData^>^ CallersList {
Dictionary<Guid, CallInfoData^>^ get () sealed;
void set (Dictionary<Guid, CallInfoData^>^ value) sealed;
}
/** @property */
public final Dictionary<Guid,CallInfoData> get_CallersList ()
/** @property */
public final void set_CallersList (Dictionary<Guid,CallInfoData> value)
public final function get CallersList () : Dictionary<Guid,CallInfoData>
public final function set CallersList (value : Dictionary<Guid,CallInfoData>)
Property Value
Type: Dictionary
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
CtiCallStateManager Class
CtiCallStateManager Members
Microsoft.Uii.Desktop.Cti.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.