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; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also