BMXNET 4.0 Developer API

If IsAutoFetchEnabled is false, then the results must be fetched synchrounously useding PostFetch(). Call PostFetch() once and check if HasData is true. If not true, there is was error related to the async call.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void PostFetch()
Public Sub PostFetch
public:
void PostFetch()

See Also