BMXNET 4.0 Developer API

Number of seconds to wait for an async response before returning without a response.

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

Syntax

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

See Also