Version

WcfListConnectorServiceSingle Class

A WCF service which provides list schedule data to client. Only one instance of this service class will be created and all remote calls will be run on the same thread. This reduces overhead on each remote call, but because of this, this service should only be used when it is known that a relatively small number of clients will be connecting to the service. If too many clients are connecting to this service and/or timeouts are occurring frequently on client machines, use the WcfListConnectorServiceMulti instead.
Syntax
'Declaration
 
Public Class WcfListConnectorServiceSingle 
   Inherits WcfListConnectorService
   Implements IWcfListConnectorService 
public class WcfListConnectorServiceSingle : 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