Summary
Returns an ActivationDepth that will activate at most *depth* levels.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Activation - Containing Type
- I
Activation Depth Provider
Syntax
IActivationDepth ActivationDepth(int depth, ActivationMode mode)
Remarks
Returns an ActivationDepth that will activate at most *depth* levels.
A special case is Integer.MAX_VALUE (int.MaxValue for .net) for which a
FullActivationDepth object must be returned.
Parameters
Name | Type | Description |
---|---|---|
depth | int | |
mode | ActivationMode |
Return Value
Type | Description |
---|---|
IActivationDepth |