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
public:
property bool NonBlocking {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_NonBlocking()
/** @property */
public void set_NonBlocking(boolean value)
Assembly:
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)