Makes it possible to call multiple methods from different threads at once.
The calls will block until the operation is completed.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Property EnableMultipleBlockingCalls As Boolean Get Set |
C# |
---|
public bool EnableMultipleBlockingCalls { get; set; } |