BMXNET 4.0 Developer API

Open a RemoteSession and answer it. If an idle Session exists, it will be recycled and answered. Use Close() on the RemoteSession to release this secondary RemoteSession back to the pool.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
RemoteSession OpenSession()
Function OpenSession As RemoteSession
RemoteSession^ OpenSession()

Return Value

A newly created or recycled RemoteSession or null if the number of RemoteSessions has reach the MaxSessions count

See Also