BMXNET 4.0 Developer API

The optional time in millseconds to wait for a response from RPMS

Namespace:  IndianHealthService.BMXNet.WinForm.Configuration
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

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

See Also