DevForce Help Reference
UsesSeparateAppDomain Property


Gets or sets whether to use a separate AppDomain for trace file logging purposes - defaults to false.
Syntax
'Declaration
 
<DescriptionAttribute("Whether to use a separate AppDomain for trace file logging purposes - defaults to false")>
<XmlAttributeAttribute("usesSeparateAppDomain")>
<DefaultValueAttribute()>
Public Property UsesSeparateAppDomain As Boolean
'Usage
 
Dim instance As LoggingElement
Dim value As Boolean
 
instance.UsesSeparateAppDomain = value
 
value = instance.UsesSeparateAppDomain
[Description("Whether to use a separate AppDomain for trace file logging purposes - defaults to false")]
[XmlAttribute("usesSeparateAppDomain")]
[DefaultValue()]
public bool UsesSeparateAppDomain {get; set;}
Remarks
Using a separate AppDomain for the IdeaBlade.Core.TracePublisher helps ensure the integrity of your Business Object Server. When using a separate AppDomain, if the TracePublisher fails for any reason the EntityServer is unaffected. This options is rarely used.

See the IdeaBlade.Core.TracePublisher for more information.

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

LoggingElement Class
LoggingElement Members

Send Feedback