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