Methods (1) Properties (1)
Namespace: SchwabenCode.QuickIO.Transfer.Events

Syntax

public abstract class QuickIOTransferJobWriteWithSourceEventArgs : QuickIOTransferJobWriteEventArgs

Basetype

Summary

Abstract class for other event argument implementaions

Methods

protected void QuickIOTransferJobWriteWithSourceEventArgs(IQuickIOTransferJob job, String sourcePath, String targetPath)

Parameters

job

IQuickIOTransferJob

Affected job

sourcePath

String

Source path

targetPath

String

target path

Properties

SourcePath

Source file path

public String SourcePath { get; set; }