BMXNET 4.0 Developer API

The future object that can be used to determine the state of the future, cancel the future, and perform some post future processing.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public DataTableFuture Future { get; set; }
Public Property Future As DataTableFuture
public:
property DataTableFuture^ Future {
	DataTableFuture^ get ();
	void set (DataTableFuture^ value);
}

See Also