Timeout Property

Gets and sets the amount of time until a blocking network operation is aborted.

Syntax

object.Timeout [= timeout]

The object is an expression that evaluates to a FileTransfer object. The property returns a long integer value.

Remarks

The Timeout property controls the amount of time that the component will wait for a network operation to complete before aborting the operation and returning an error. A value of zero specifies that the component will wait an indefinite period of time for the operation to complete. The default value for this property is sixty (60) seconds. It may be required to increase this value if a slow or unreliable network connection is being used.

Data Type

Integer


Copyright © 2008 Catalyst Development Corporation. All rights reserved.