NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpServerUtility.Execute

Executes a new request (using the specified URL path as the target). Unlike the Transfer method, execution of the original page continues after the executed page completes.

[Visual Basic]
Public Sub Execute( _
   ByVal path As String _
)
[C#]
public void Execute(
   string path
);
[C++]
public: void Execute(
   String* path
);
[JScript]
public function Execute(
   path : String
);

Parameters

path
The new URL path.

See Also

HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace