PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Executes an SXML expression asynchronously after returning the response to the client.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(.Level1)]
[(Name = "{0}.Ready.Execute")]
public static void EnqueueExecution(
	 context,
	string expression
)
Visual Basic (Declaration)Copy imageCopy Code
<(.Level1)> _
<(Name := "{0}.Ready.Execute")> _
Public Shared Sub EnqueueExecution ( _
	context As , _
	expression As  _
)

Parameters

context
IRenderContext
The context.
expression
String
The SXML expression to evaluate.

See Also

Advanced