DelegationModuleProvider.GetModuleDefinition(IManagementContext) Method

Definition

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.

Applies to