Summary
A collection of static methods that should be part of the runtime environment but are not.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Foundation - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Runtime4"]
class Type type-node
Syntax
public class Runtime4
Remarks
A collection of static methods that should be part of the runtime environment but are not.
Methods
Name | Value | Summary |
---|---|---|
Retry |
bool |
Keeps executing a block of code until it either returns true or millisecondsTimeout
elapses.
static
|
Retry |
bool |
static
|
Sleep |
void |
sleeps without checked exceptions
static
|
Sleep |
void |
sleeps with implicit exception
static
|