IActivationDepthProvider.

ActivationDepth(int, ActivationMode) Method

Summary

Returns an ActivationDepth that will activate at most *depth* levels.

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