Freigeben über


MdsServiceHostFactory-Klasse

Represents a factory that provides instances of the MdsServiceHost class. This class cannot be inherited.

Vererbungshierarchie

System.Object
  System.ServiceModel.Activation.ServiceHostFactoryBase
    System.ServiceModel.Activation.ServiceHostFactory
      Microsoft.MasterDataServices.Services.MdsServiceHostFactory

Namespace:  Microsoft.MasterDataServices.Services
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
Public NotInheritable Class MdsServiceHostFactory _
    Inherits ServiceHostFactory
'Usage
Dim instance As MdsServiceHostFactory
public sealed class MdsServiceHostFactory : ServiceHostFactory
public ref class MdsServiceHostFactory sealed : public ServiceHostFactory
[<SealedAttribute>]
type MdsServiceHostFactory =  
    class 
        inherit ServiceHostFactory 
    end
public final class MdsServiceHostFactory extends ServiceHostFactory

Der MdsServiceHostFactory-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode MdsServiceHostFactory Initializes a new instance of the MdsServiceHostFactory class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CreateServiceHost (Geerbt von ServiceHostFactory.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services-Namespace