Executes the action using the specified context.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
void Run(
	ActionContext context
)
Visual Basic (Declaration)
Sub Run ( _
	context As ActionContext _
)
Visual C++
void Run(
	ActionContext^ context
)

Parameters

context
Type: RightEdge.Common..::.ActionContext
ActionContext instance.

See Also