MdsServiceHostFactory Class

 

Represents a factory that provides instances of the T:Microsoft.MasterDataServices.Services.MdsServiceHost class.

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

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

public ref class MdsServiceHostFactory sealed : ServiceHostFactory

NameDescription
System_CAPS_pubmethodMdsServiceHostFactory()

Initializes a new instance of the MdsServiceHostFactory class.

NameDescription
System_CAPS_pubmethodCreateServiceHost(String^, array<Uri^>^)

(Inherited from ServiceHostFactory.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: