PicoOPC User's Guide and Reference
SendTimeout Property



OpcLabs.PicoOpc Assembly > OpcLabs.PicoOpc.UA Namespace > Client Class : SendTimeout Property
The amount of time a TCP client connection will wait for a send operation to complete successfully. In milliseconds.
Syntax
'Declaration
 
Public Property SendTimeout As Integer
'Usage
 
Dim instance As Client
Dim value As Integer
 
instance.SendTimeout = value
 
value = instance.SendTimeout
public int SendTimeout {get; set;}
public:
property int SendTimeout {
   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