Summary
Keeps executing a block of code until it either returns true or millisecondsTimeout
elapses.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Foundation - Containing Type
- Runtime4
Syntax
public static bool Retry(long millisecondsTimeout, IClosure4 block)
Remarks
Keeps executing a block of code until it either returns true or millisecondsTimeout
elapses.
Parameters
| Name | Type | Description |
|---|---|---|
| millisecondsTimeout | long | |
| block | IClosure4 |
Return Value
| Type | Description |
|---|---|
| bool |