CloudTracing Class
Represents the tracing utilities that can be used to monitor client operations.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description | |
|---|---|---|
![]() | IsEnabled | Gets whether tracing is enabled. |
| 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.) |
All tracing is global. The utilities in the internal Tracing class provide helpers for notifying the active trace listeners of changes.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


