BMXNET 4.0 Developer API

The networking data send timeout (in milliseconds). This value can be changed if the developer finds it neccessary to extend the time after login but normally the send timeout should be kept short unless network conditions are poor.

Namespace:  IndianHealthService.BMXNet
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
int SendTimeout { get; set; }
Property SendTimeout As Integer
property int SendTimeout {
	int get ();
	void set (int value);
}

Remarks

Only applicable for the WinFramework

See Also