Fields (2) Methods (4)
Namespace: QuickIO.TestSnippets

Syntax

internal static class SampleCopyService

Uses

Used by

Fields

private const String sourceFile

Constant Value

C:\temp\testfile
private const String targetDirectory

Constant Value

C:\temp\testFileTarget

Methods

private static void ObserverOnFileCopyFinished(object sender, QuickIOTransferFileCopyFinishedEventArgs e)
private static void ObserverOnFileCopyProgress(object sender, QuickIOTransferFileCopyProgressEventArgs e)
private static void ObserverOnFileCopyStarted(object sender, QuickIOTransferFileCopyStartedEventArgs e)
public static void Run()