Achilles.Acme.Storage.AWS.AwsCloudStorageProvider.CopyFile C# (CSharp) Метод

CopyFile() публичный Метод

public CopyFile ( string sourcePath, string destPath ) : void
sourcePath string
destPath string
Результат void
        public override void CopyFile( string sourcePath, string destPath )
        {
            throw new NotImplementedException();
        }