Click or drag to resize

TimeoutError Constructor

Initializes a new instance of the TimeoutError class

Namespace: GSF.Net.TFtp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public TimeoutError(
	TimeSpan retryTimeout,
	int retryCount
)
View Source

Parameters

retryTimeout  TimeSpan
 
retryCount  Int32
 
See Also