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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.OperationModel.ComTypes Namespace > _DAItemValueArguments Interface : SetState Method
Sets the arbitrary object associated with the operation.
Syntax
'Declaration
 
Sub SetState( _
   ByVal state As Object _
) 
'Usage
 
Dim instance As _DAItemValueArguments
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 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

_DAItemValueArguments Interface
_DAItemValueArguments Members