Tracing Class

 

Represents tracing for requests and responses.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Common.Internals.Tracing

Syntax

public static class Tracing
public ref class Tracing abstract sealed 
[<AbstractClass>]
[<Sealed>]
type Tracing = class end
Public NotInheritable Class Tracing

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static NextInvocationId

Gets the next invocation identifier.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Configuration(String, String, String)

Represents the tracing configuration.

System_CAPS_pubmethodSystem_CAPS_static Enter(String, Object, String, IDictionary<String, Object>)

Represents the tracing entry.

System_CAPS_pubmethodSystem_CAPS_static Error(String, Exception)

Represents the tracing error.

System_CAPS_pubmethodSystem_CAPS_static Exit(String, Object)

Abandons the tracing method.

System_CAPS_pubmethodSystem_CAPS_static Information(String)

Specifies the tracing information.

System_CAPS_pubmethodSystem_CAPS_static Information(String, Object[])

Specifies the tracing information.

System_CAPS_pubmethodSystem_CAPS_static ReceiveResponse(String, HttpResponseMessage)

Receives a tracing response.

System_CAPS_pubmethodSystem_CAPS_static SendRequest(String, HttpRequestMessage)

Sends a tracing request.

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.Internals Namespace

Return to top