'Declaration
Protected Overrides Sub OnNotificationEnqueuerOverflow( _ ByVal boundedQueueCapacity As Integer _ )
'Usage
Dim instance As EasyUASubscriberCore Dim boundedQueueCapacity As Integer instance.OnNotificationEnqueuerOverflow(boundedQueueCapacity)
protected override void OnNotificationEnqueuerOverflow( int boundedQueueCapacity )
protected: void OnNotificationEnqueuerOverflow( int boundedQueueCapacity ) override
Parameters
- boundedQueueCapacity
Valid values of this parameter are in the range from
1
to2147483647 (Int32.MaxValue)
.