Dynamicweb 8 Documentation
IsolateFromHttpContext Property

Gets or sets value indicating whether to isolate futher calls to the object's methods from the current HTTP context.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> 
<BrowsableAttribute(True)> 
Public Shared Property IsolateFromHttpContext As Boolean
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] 
[BrowsableAttribute(true)] 
public static bool IsolateFromHttpContext {get; set;}

Property Value

The flag is automatically reset when the next web request takes place.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Database Class
Database Members

Send Feedback