BMXNET 4.0 Developer API

Answer true if the Async call has timeed-out (a time-based version of Cancel)

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool HasTimedOut { get; set; }
Public Property HasTimedOut As Boolean
public:
property bool HasTimedOut {
	bool get ();
	void set (bool value);
}

See Also