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 | |
---|---|---|
MdsServiceHostFactory | Initializes a new instance of the MdsServiceHostFactory class. |
Top
Methods
Name | Description | |
---|---|---|
CreateServiceHost(String, array<Uri[]) | (Inherited from ServiceHostFactory.) | |
CreateServiceHost(Type, array<Uri[]) | (Inherited from ServiceHostFactory.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.