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
System_CAPS_pubproperty IsEnabled

Gets whether tracing is enabled.

Methods

Name Description
System_CAPS_pubmethod AddTracingInterceptor(ICloudTracingInterceptor)

Adds a tracing interceptor that is notified of changes.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod RemoveTracingInterceptor(ICloudTracingInterceptor)

Removes a tracing interceptor from change notifications.

System_CAPS_pubmethod 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