QuickOPC User's Guide and Reference
SetState Method (_UANodeArguments)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.OperationModel.ComTypes Namespace > _UANodeArguments Interface : SetState Method
Sets the arbitrary object associated with the operation.
Syntax
'Declaration
 
Sub SetState( _
   ByVal state As Object _
) 
'Usage
 
Dim instance As _UANodeArguments
Dim state As Object
 
instance.SetState(state)
void SetState( 
   object state
)
void SetState( 
   Object^ state
) 

Parameters

state
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