MdsServiceHostFactory Class

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

Inheritance Hierarchy

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

The MdsServiceHostFactory type exposes the following members.

Constructors

  Name Description
Public method MdsServiceHostFactory Initializes a new instance of the MdsServiceHostFactory class.

Top

Methods

  Name Description
Public method CreateServiceHost(String, array<Uri[]) (Inherited from ServiceHostFactory.)
Protected method CreateServiceHost(Type, array<Uri[]) (Inherited from ServiceHostFactory.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.