QuickOPC User's Guide and Reference
ExecuteOperation Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMapper Class : ExecuteOperation Method
The operation to be executed.
Executes a given operation.
Syntax
'Declaration
 
Protected Sub ExecuteOperation( _
   ByVal operation As Action _
) 
'Usage
 
Dim instance As AbstractMapper
Dim operation As Action
 
instance.ExecuteOperation(operation)
protected void ExecuteOperation( 
   Action operation
)
protected:
void ExecuteOperation( 
   Action^ operation
) 

Parameters

operation
The operation to be executed.
Requirements

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

See Also