Gets or sets whether to perform the operation in a non blocking manner.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public bool NonBlocking { get; set; }
Public Property NonBlocking As Boolean Get Set
public: property bool NonBlocking { bool get (); void set (bool value); }
/** @property */ public boolean get_NonBlocking() /** @property */ public void set_NonBlocking(boolean value)