Freigeben über


DomainServiceHostFactory-Klasse

Stellt eine Factoryklasse für Instanzen von DomainServiceHost in verwalteten Hostumgebungen bereit. Die Hostinstanz wird hierbei dynamisch gemäß den eingehenden Nachrichten erstellt.

Namespace: System.ServiceModel.DomainServices.Hosting
Assembly: System.ServiceModel.DomainServices.Hosting (in system.servicemodel.domainservices.hosting.dll)

Verwendung

'Usage
Dim instance As DomainServiceHostFactory

Syntax

'Declaration
Public Class DomainServiceHostFactory
    Inherits ServiceHostFactory
public class DomainServiceHostFactory : ServiceHostFactory
public ref class DomainServiceHostFactory : public ServiceHostFactory
public class DomainServiceHostFactory extends ServiceHostFactory
public class DomainServiceHostFactory extends ServiceHostFactory

Vererbungshierarchie

System.Object
   System.ServiceModel.Activation.ServiceHostFactoryBase
     System.ServiceModel.Activation.ServiceHostFactory
      System.ServiceModel.DomainServices.Hosting.DomainServiceHostFactory

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.

Plattformen

Entwicklungsplattformen

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000

Zielplattformen

Siehe auch

Verweis

DomainServiceHostFactory-Member
System.ServiceModel.DomainServices.Hosting-Namespace