.NET Framework Class Library
ModuleProvider Class

Provides the base class for implementing management module providers.

Namespace:  Microsoft.Web.Management.Server
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Syntax

Visual Basic (Declaration)
Public MustInherit Class ModuleProvider
Visual Basic (Usage)
Dim instance As ModuleProvider
C#
public abstract class ModuleProvider
Visual C++
public ref class ModuleProvider abstract
JScript
public abstract class ModuleProvider
Remarks

Management module providers supply information about a management module, including its module service type and the location of the management module code.

Notes to Inheritors:

When you inherit from ModuleProvider, you must override the following members: ServiceType, GetModuleDefinition, and SupportsScope.

Inheritance Hierarchy

System..::.Object
  Microsoft.Web.Management.Server..::.ModuleProvider
    Microsoft.Web.Management.Features.Administrators..::.AdministratorsModuleProvider
    Microsoft.Web.Management.Features.Service..::.ServiceModuleProvider
    Microsoft.Web.Management.Server..::.SimpleDelegatedModuleProvider
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.
See Also

Reference

Tags :


Page view tracker