Freigeben über


SmsSnapInInstaller.Rollback Method

Rolls back the snap-in to the saved state that is indicated in the state saver.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SmsSnapInInstaller
Dim savedState As IDictionary

instance.Rollback(savedState)

Syntax

'Declaration
Public Overrides Sub Rollback ( _
    savedState As IDictionary _
)
public override void Rollback (
    IDictionary savedState
)
public:
virtual void Rollback (
    IDictionary^ savedState
) override
public void Rollback (
    IDictionary savedState
)
public override function Rollback (
    savedState : IDictionary
)

Parameters

  • savedState
    [in] System.Collections.IDictionary interface for the state saver.

Remarks

Your application must override this method in a derived class.

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.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SmsSnapInInstaller Class
SmsSnapInInstaller Members
Microsoft.ConfigurationManagement.AdminConsole Namespace