'Declaration
Public Overrides Sub Commit( _ ByVal savedState As IDictionary _ )
'Usage
Dim instance As MessageQueueInstaller Dim savedState As IDictionary instance.Commit(savedState)
public override void Commit( IDictionary savedState )
public: void Commit( IDictionary^ savedState ) override
Parameters
- savedState
- An System.Collections.IDictionary that contains the state of the computer after all the installers in the collection have run.