This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Connects the specified runtime.

Namespace: Smartsite.Web.AspNet
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
void Connect(
	 runtime
)
Visual Basic (Declaration)Copy imageCopy Code
Sub Connect ( _
	runtime As  _
)

Parameters

runtime
AspNetHostedRuntime
The runtime.

See Also

Advanced