Makes Timeout property affect asynchronous methods as well.
By default, it only affects the synchronous methods.
Namespace:
Rebex.Net
Assembly:
Rebex.FileTransfer (in Rebex.FileTransfer.dll)
Syntax
Visual Basic |
---|
Public Property TimeoutAsynchronousMethods As Boolean Get Set |
C# |
---|
public bool TimeoutAsynchronousMethods { get; set; } |