C# Class Microsoft.Tools.WindowsInstaller.PowerShell.Commands.RemoveLoggingPolicyCommand

Inheritance: LoggingPolicyCommandBase
Afficher le fichier Open project: heaths/psmsi Class Usage Examples

Méthodes publiques

Méthode Description
RemoveLoggingPolicyCommand ( ) : System.Management.Automation

Creates a new instance of the RemoveLoggingPolicyCommand class.

Méthodes protégées

Méthode Description
BeginProcessing ( ) : void

Deletes the current logging policy.

Private Methods

Méthode Description
RemoveLoggingPolicyCommand ( ILoggingPolicyService loggingService = null ) : System.Management.Automation

Creates a new instance of the RemoveLoggingPolicyCommand class with the given ILoggingPolicyService.

Method Details

BeginProcessing() protected méthode

Deletes the current logging policy.
protected BeginProcessing ( ) : void
Résultat void

RemoveLoggingPolicyCommand() public méthode

Creates a new instance of the RemoveLoggingPolicyCommand class.
public RemoveLoggingPolicyCommand ( ) : System.Management.Automation
Résultat System.Management.Automation