C# Class Rackspace.Cloud.Server.Agent.PreAndPostCommandAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: rackerlabs/openstack-guest-agents-windows-xenserver Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( IExecutableCommand commandExecutable, Command command ) : ExecutableResult
PreAndPostCommandAttribute ( ) : System
PreAndPostCommandAttribute ( ILogger logger ) : System

Private Methods

Méthode Description
runInSafeBlock ( string command ) : void

Method Details

Execute() public méthode

public Execute ( IExecutableCommand commandExecutable, Command command ) : ExecutableResult
commandExecutable IExecutableCommand
command Rackspace.Cloud.Server.Agent.Configuration.Command
Résultat ExecutableResult

PreAndPostCommandAttribute() public méthode

public PreAndPostCommandAttribute ( ) : System
Résultat System

PreAndPostCommandAttribute() public méthode

public PreAndPostCommandAttribute ( ILogger logger ) : System
logger ILogger
Résultat System