Tracing Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticConfiguration(String^, String^, String^)

Represents the tracing configuration.

System_CAPS_pubmethodSystem_CAPS_staticEnter(String^, Object^, String^, IDictionary<String^, Object^>^)

Represents the tracing entry.

System_CAPS_pubmethodSystem_CAPS_staticError(String^, Exception^)

Represents the tracing error.

System_CAPS_pubmethodSystem_CAPS_staticExit(String^, Object^)

Abandons the tracing method.

System_CAPS_pubmethodSystem_CAPS_staticInformation(String^)

Specifies the tracing information.

System_CAPS_pubmethodSystem_CAPS_staticInformation(String^, array<Object^>^)

Specifies the tracing information.

System_CAPS_pubmethodSystem_CAPS_staticReceiveResponse(String^, HttpResponseMessage^)

Receives a tracing response.

System_CAPS_pubmethodSystem_CAPS_staticSendRequest(String^, HttpRequestMessage^)

Sends a tracing request.

Return to top
Show: