CallContainerTPendingCalls Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected ConcurrentDictionary<PendingDialogID, T> PendingCalls { get; }
Protected ReadOnly Property PendingCalls As ConcurrentDictionary(Of PendingDialogID, T)
Get
protected:
property ConcurrentDictionary<PendingDialogID^, T>^ PendingCalls {
ConcurrentDictionary<PendingDialogID^, T>^ get ();
}
member PendingCalls : ConcurrentDictionary<PendingDialogID, 'T> with get
Property Value
Type:
ConcurrentDictionaryPendingDialogID,
TSee Also