QuickOPC User's Guide and Reference
OnCallbackEnqueuerOverflowClearing Method (EasyDAClient)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > EasyDAClient Class : OnCallbackEnqueuerOverflowClearing Method
Infrastructure. Infrastructure.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub OnCallbackEnqueuerOverflowClearing( _
   ByVal overflowCount As Long _
) 
'Usage
 
Dim instance As EasyDAClient
Dim overflowCount As Long
 
instance.OnCallbackEnqueuerOverflowClearing(overflowCount)
protected override void OnCallbackEnqueuerOverflowClearing( 
   long overflowCount
)
protected:
void OnCallbackEnqueuerOverflowClearing( 
   int64 overflowCount
) override 

Parameters

overflowCount
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also