IdeaBlade DevForce 2010 Help Reference
UsesSeparateAppDomain Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > LoggingElement Class : UsesSeparateAppDomain Property



Gets or sets whether to use a separate AppDomain for trace file logging purposes - defaults to false.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<XmlAttributeAttribute("usesSeparateAppDomain")>
<DescriptionAttribute("Whether to use a separate AppDomain for trace file logging purposes - defaults to false")>
Public Property UsesSeparateAppDomain As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LoggingElement
Dim value As Boolean
 
instance.UsesSeparateAppDomain = value
 
value = instance.UsesSeparateAppDomain
C# 
[DefaultValueAttribute()]
[XmlAttributeAttribute("usesSeparateAppDomain")]
[DescriptionAttribute("Whether to use a separate AppDomain for trace file logging purposes - defaults to false")]
public bool UsesSeparateAppDomain {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[XmlAttributeAttribute("usesSeparateAppDomain")]
[DescriptionAttribute("Whether to use a separate AppDomain for trace file logging purposes - defaults to false")]
public:
property bool UsesSeparateAppDomain {
   bool get();
   void set (    bool value);
}

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.