Show / Hide Table of Contents

Delegate CopyFile.State.ProgressCallback

Signature for the method that will be invoked during a recursive copy operation.

Namespace: Darwin
Assembly: CopyFile.dll
Syntax
public delegate Darwin.CopyFile.NextStep CopyFile.State.ProgressCallback(CopyFile.Progress what, CopyFile.Stage stage, string source, string dest, CopyFile.State state);
Remarks

The fist parameter identifies the kind of progress being reported, the second parameter the state of that particular process, then the source and destiation file names as well as the State object that can be used to inspect the state of the operation. The method must return an action in the form of a NextStep value to indicate what course of action to take (continue, skip, cancel).

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX