Gets or sets the non blocking factor if NonBlocking is true.
For instance if its value is 10 and the receive timeout of the operation is 1 seconds,
The operation will be executed 10 times with intervals of 100 miliseconds between each executions.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public int NonBlockingFactor { get; set; }
Public Property NonBlockingFactor As Integer Get Set
public: property int NonBlockingFactor { int get (); void set (int value); }
/** @property */ public int get_NonBlockingFactor() /** @property */ public void set_NonBlockingFactor(int value)