BMXNET 4.0 Developer API

The networking data receive timeout (in milliseconds). This value can be changed if the developer finds it neccessary to extend the time after login.

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

Syntax

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

Remarks

Only applicable for the WinFramework

See Also