CtiCallStateManager.CallersList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the collection of calls that are being managed.
public:
property System::Collections::Generic::Dictionary<Guid, Microsoft::Uii::Desktop::Cti::Core::CallInfoData ^> ^ CallersList { System::Collections::Generic::Dictionary<Guid, Microsoft::Uii::Desktop::Cti::Core::CallInfoData ^> ^ get(); void set(System::Collections::Generic::Dictionary<Guid, Microsoft::Uii::Desktop::Cti::Core::CallInfoData ^> ^ value); };
public System.Collections.Generic.Dictionary<Guid,Microsoft.Uii.Desktop.Cti.Core.CallInfoData> CallersList { get; set; }
member this.CallersList : System.Collections.Generic.Dictionary<Guid, Microsoft.Uii.Desktop.Cti.Core.CallInfoData> with get, set
Public Property CallersList As Dictionary(Of Guid, CallInfoData)