QuickOPC User's Guide and Reference
SetResult(OperationResult) Method



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAItemMapping Class > SetResult Method : SetResult(OperationResult) Method
The result object that contains the data for the target.
Uses the given OpcLabs.BaseLib.OperationModel.OperationResult object to set the value of the linking target.
Syntax
'Declaration
 
Public Overloads Sub SetResult( _
   ByVal operationResult As OperationResult _
) 
'Usage
 
Dim instance As DAItemMapping
Dim operationResult As OperationResult
 
instance.SetResult(operationResult)
public void SetResult( 
   OperationResult operationResult
)
public:
void SetResult( 
   OperationResult^ operationResult
) 

Parameters

operationResult
The result object that contains the data for the target.
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