DelegationModuleProvider.GetModuleDefinition(IManagementContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the information about the management module associated with the delegation module provider.
public:
override Microsoft::Web::Management::Server::ModuleDefinition ^ GetModuleDefinition(Microsoft::Web::Management::Server::IManagementContext ^ context);
public override Microsoft.Web.Management.Server.ModuleDefinition GetModuleDefinition (Microsoft.Web.Management.Server.IManagementContext context);
override this.GetModuleDefinition : Microsoft.Web.Management.Server.IManagementContext -> Microsoft.Web.Management.Server.ModuleDefinition
Public Overrides Function GetModuleDefinition (context As IManagementContext) As ModuleDefinition
Parameters
- context
- IManagementContext
A IManagementContext interface that represents the calling host's management context.
Returns
A ModuleDefinition object associated with the delegation module provider.
Remarks
The context
parameter is not used, so a Microsoft.Web.Management.Server.IManagementContext interface that is null
can be passed.