QuickOPC User's Guide and Reference
WriteItem Property (_EasyDAClientTimeouts)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Engine.ComTypes Namespace > _EasyDAClientTimeouts Interface : WriteItem Property
Write item timeout. Number of milliseconds. For WriteItem, WriteItemValue, WriteMultipleItems and WriteMultipleItemValues methods of the EasyDAClient object, this value determines the maximum amount of time these methods wait for the signal from the OPC server that the write operation was completed (either with success or failure).
Syntax
'Declaration
 
Property WriteItem As Integer
'Usage
 
Dim instance As _EasyDAClientTimeouts
Dim value As Integer
 
instance.WriteItem = value
 
value = instance.WriteItem
int WriteItem {get; set;}
property int WriteItem {
   int get();
   void set (    int value);
}
Remarks

This property is used by following client implementations:

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