'Declaration
Protected Overridable Sub OnNotificationEnqueuerOverflowClearing( _ ByVal overflowCount As Long _ )
'Usage
Dim instance As NotifyingWidget Dim overflowCount As Long instance.OnNotificationEnqueuerOverflowClearing(overflowCount)
protected virtual void OnNotificationEnqueuerOverflowClearing( long overflowCount )
protected: virtual void OnNotificationEnqueuerOverflowClearing( int64 overflowCount )
Parameters
- overflowCount
Valid values of this parameter are in the range from
1
to9223372036854775807 (Int64.MaxValue)
.