Raises the BatchTransferProgress event.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Protected Friend Overridable Sub OnBatchTransferProgress ( _
	e As ScpBatchTransferProgressEventArgs _
)
C#
protected internal virtual void OnBatchTransferProgress(
	ScpBatchTransferProgressEventArgs e
)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also