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

Syntax

public abstract class QuickIOTransferJobWriteEventArgs : QuickIOTransferJobEventArgs

Basetype

Summary

Abstract base class for file transfer event arguments

Methods

QuickIOTransferJobWriteEventArgs(IQuickIOTransferJob job, String targetPath)

Creates a new instance of QuickIOTransferJobWriteEventArgs

protected void QuickIOTransferJobWriteEventArgs(IQuickIOTransferJob job, String targetPath)

Parameters

job

IQuickIOTransferJob

Affected job

targetPath

String

Target file path

Properties

TargetPath

Target file path

public String TargetPath { get; set; }