Performs an action using an elevation context.

Namespace:  Gallio.Runtime.Security
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public delegate bool ElevationAction(
	IElevationContext context
)
Visual Basic (Declaration)
Public Delegate Function ElevationAction ( _
	context As IElevationContext _
) As Boolean

Parameters

context
Type: Gallio.Runtime.Security..::.IElevationContext
The elevation context, not null.

Return Value

True if the action completed successfully.

See Also