BMXNET 4.0 Developer API

Answer true if the Async call has completed on the server and that a result is ready.

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

Syntax

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

See Also