Capacity of the callback queue.
Syntax
int CallbackQueueCapacity {get; set;}
property int CallbackQueueCapacity {
int get();
void set ( int value);
}
'Declaration
Property CallbackQueueCapacity As Integer
'Usage
Dim instance As _NotifyingWidget
Dim value As Integer
instance.CallbackQueueCapacity = value
value = instance.CallbackQueueCapacity
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also