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

Inheritance: LoggingPolicyCommandBase
Mostrar archivo Open project: heaths/psmsi Class Usage Examples

Public Methods

Method Description
RemoveLoggingPolicyCommand ( ) : System.Management.Automation

Creates a new instance of the RemoveLoggingPolicyCommand class.

Protected Methods

Method Description
BeginProcessing ( ) : void

Deletes the current logging policy.

Private Methods

Method Description
RemoveLoggingPolicyCommand ( ILoggingPolicyService loggingService = null ) : System.Management.Automation

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

Method Details

BeginProcessing() protected method

Deletes the current logging policy.
protected BeginProcessing ( ) : void
return void

RemoveLoggingPolicyCommand() public method

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