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



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Transfer Namespace > ResultArguments Class > Assign Method : Assign(OperationResult) Method
The operation result to be assigned to these arguments.
Assigns OpcLabs.BaseLib.OperationModel.OperationResult to the arguments.
Syntax
'Declaration
 
Public Overloads Sub Assign( _
   ByVal operationResult As OperationResult _
) 
 
'Usage
 
Dim instance As ResultArguments
Dim operationResult As OperationResult
 
instance.Assign(operationResult)

Parameters

operationResult
The operation result to be assigned to these arguments.
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