| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ServerConfiguration Dim value As Integer instance.MaxEventQueueSize = value value = instance.MaxEventQueueSize | |
| C# | |
|---|---|
[DataMemberAttribute(27)] public int MaxEventQueueSize {get; set;} | |
Property Value
The max size of the event queue.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x