PicoOPC User's Guide and Reference
ReceiveTimeout Property



OpcLabs.PicoOpc Assembly > OpcLabs.PicoOpc.UA Namespace > Client Class : ReceiveTimeout Property
The amount of time a TCP client connection will wait to receive data once a read operation is initiated. In milliseconds.
Syntax
'Declaration
 
Public Property ReceiveTimeout As Integer
'Usage
 
Dim instance As Client
Dim value As Integer
 
instance.ReceiveTimeout = value
 
value = instance.ReceiveTimeout
public int ReceiveTimeout {get; set;}
public:
property int ReceiveTimeout {
   int get();
   void set (    int value);
}
Remarks

Use -1 for no timeout. Behavior with 0 is undefined.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Client Class
Client Members