BMXNET 4.0 Developer API

This property will be set with the primary RemoteSession that the interface implementer can use for communicating with the RPMS server.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
RemoteSession RemoteSession { set; }
WriteOnly Property RemoteSession As RemoteSession
property RemoteSession^ RemoteSession {
	void set (RemoteSession^ value);
}

Remarks

If also using a RemoteSessionPool, it's important to realize the if the primary RemoteSession that is set through this interface is closed then every session in the RemoteSessionPool is also clsoed as well as the broker connection to RPMS.

See Also