ICloudTracingInterceptor Interface

 

Represents information about cloud service operations.

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

public interface class ICloudTracingInterceptor

NameDescription
System_CAPS_pubmethodConfiguration(String^, String^, String^)

Probes the configuration for the value of a setting.

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

Enters a method.

System_CAPS_pubmethodError(String^, Exception^)

Raises an error.

System_CAPS_pubmethodExit(String^, Object^)

Exits a method.

System_CAPS_pubmethodInformation(String^)

Specifies the information to trace.

System_CAPS_pubmethodReceiveResponse(String^, HttpResponseMessage^)

Receives an HTTP response.

System_CAPS_pubmethodSendRequest(String^, HttpRequestMessage^)

Sends an HTTP request.

You can add a tracing interceptor by using Configuration.

Return to top
Show: