CloudTracing Class
Represents the tracing utilities that can be used to monitor client operations.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Common.CloudTracing
Syntax
public class CloudTracing
public ref class CloudTracing
type CloudTracing = class end
Public Class CloudTracing
Properties
Name | Description | |
---|---|---|
IsEnabled | Gets whether tracing is enabled. |
Methods
Name | Description | |
---|---|---|
AddTracingInterceptor(ICloudTracingInterceptor) | Adds a tracing interceptor that is notified of changes. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
RemoveTracingInterceptor(ICloudTracingInterceptor) | Removes a tracing interceptor from change notifications. |
|
ToString() | (Inherited from Object.) |
Remarks
All tracing is global. The utilities in the internal Tracing class provide helpers for notifying the active trace listeners of changes.
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.
See Also
Microsoft.WindowsAzure.Common Namespace
Return to top