C# Class Rackspace.Cloud.Server.Agent.Actions.FileCopier

Inheritance: IFileCopier
Afficher le fichier Open project: rackerlabs/openstack-guest-agents-windows-xenserver

Méthodes publiques

Méthode Description
CopyFiles ( string fromPath, string toPath, ILogger logger ) : void

Method Details

CopyFiles() public méthode

public CopyFiles ( string fromPath, string toPath, ILogger logger ) : void
fromPath string
toPath string
logger ILogger
Résultat void