Click or drag to resize

FtpFileWatcherOnFileAdded Method

Raises FileAdded event.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
protected void OnFileAdded(
	FtpFile file
)
View Source

Parameters

file  FtpFile
A FtpFile file.
See Also