Runtime4 Class

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(long, IClosure4) bool
Keeps executing a block of code until it either returns true or millisecondsTimeout elapses.
static
Retry(long, int, IClosure4) bool
static
Sleep(long) void
sleeps without checked exceptions
static
SleepThrowsOnInterrupt(long) void
sleeps with implicit exception
static