Version

WcfListConnectorServiceMulti Class

A WCF service which provides list schedule data to client. A new instance of this service will be created for each remote call into the service and calls may be made on different threads. Because of this, the data sources provided to this service must be thread safe. Also, there is some overhead in setting up the service instance and hooking up the data sources on the calls where they are needed. So if only a relatively small number of clients will be connecting to the service, it is recommended that the WcfListConnectorServiceSingle is used instead, since the only one instance is ever created and the data sources only need to be hooked up once.
Syntax
'Declaration
 
Public MustInherit Class WcfListConnectorServiceMulti 
   Inherits WcfListConnectorService
   Implements IWcfListConnectorService 
public abstract class WcfListConnectorServiceMulti : WcfListConnectorService, IWcfListConnectorService  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also