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.FileTransfer (in Rebex.FileTransfer.dll)
Syntax
Visual Basic |
---|
Public Property EnableMultipleBlockingCalls As Boolean Get Set |
C# |
---|
public bool EnableMultipleBlockingCalls { get; set; } |