BMXNET 4.0 Developer API

This interface is used on an UserControl-based components that are designed to work both inside the EHR and inside a WinForm application. The "Consumer" interfaces basically tell Frameworks that "Consumer" implementating objects need an specific service.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface RemoteSessionPoolConsumer
Public Interface RemoteSessionPoolConsumer
public interface class RemoteSessionPoolConsumer

Members

      
 All Members  Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
RemoteSessionPool
This property will be set with the RemoteSessionPool that is used by the Framework.

Remarks

This interface is rarely used but is essential for application needing multiple server-side jobs.

See Also