SnapInCallbackService Class

 

This is a static class that manages the callbacks that are registered by a snap-in.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ManagementConsole.SnapInCallbackService

Syntax

public static class SnapInCallbackService
public ref class SnapInCallbackService abstract sealed 
[<AbstractClass>]
[<Sealed>]
type SnapInCallbackService = class end
Public NotInheritable Class SnapInCallbackService

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static RegisterSnapInHelpTopicCallback(SnapInBase, SnapInCallbackService.SnapInHelpTopicCallback)

This method is called by a snap-in to register a custom callback method with MMC. The custom callback method is subsequently invoked when help is requested for the snap-in and replaces the display of the standard MMC help.

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

Microsoft.ManagementConsole Namespace

Return to top