BMXNET 4.0 Developer API

When done with session it should be closed. Once closed it is unusable.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
void Close()
Sub Close
void Close()

Remarks

Internally the session is a lightweight object and when using multiple sessions internal RPMS connections are pooled . Close sessions when finished

Remarks

Closing the primary session closes all sessions and shuts down the RPMS connection

See Also