BMXNET 4.0 Developer API

Answer true if canceled. It's common that a dialog would allow the user to cancel the Async call and the Dialog that is holding on the the Future will cancel the Future. Cancelling the Future does not stop the server-side processing but when the server returns nothing will happen.

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

Syntax

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

See Also