Tracing.AppDomainEvent Method
Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online
Namespace: Microsoft.Xrm.Client.Diagnostics
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Usage
'Usage
Dim eventType As TraceEventType
Dim className As String
Dim memberName As String
Dim format As String
Dim args As Object()
Tracing.AppDomainEvent(eventType, className, memberName, format, args)
Syntax
'Declaration
Public Shared Sub AppDomainEvent ( _
eventType As TraceEventType, _
className As String, _
memberName As String, _
format As String, _
ParamArray args As Object() _
)
public static void AppDomainEvent (
TraceEventType eventType,
string className,
string memberName,
string format,
params Object[] args
)
public:
static void AppDomainEvent (
TraceEventType eventType,
String^ className,
String^ memberName,
String^ format,
... array<Object^>^ args
)
public static void AppDomainEvent (
TraceEventType eventType,
String className,
String memberName,
String format,
Object[] args
)
public static function AppDomainEvent (
eventType : TraceEventType,
className : String,
memberName : String,
format : String,
... args : Object[]
)
Parameters
- eventType
Type: .
- className
Type: String.
- memberName
Type: String.
- format
Type: String.
- args
Type: Object[].
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)
Target Platforms
Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),
See Also
Reference
Tracing Class
Tracing Members
Microsoft.Xrm.Client.Diagnostics Namespace
Other Resources
Developer Extensions for Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.