ICloudTracingInterceptor Interface

 

Represents information about cloud service operations.

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

Syntax

public interface ICloudTracingInterceptor
public interface class ICloudTracingInterceptor
type ICloudTracingInterceptor = interface end
Public Interface ICloudTracingInterceptor

Methods

Name Description
System_CAPS_pubmethod Configuration(String, String, String)

Probes the configuration for the value of a setting.

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

Enters a method.

System_CAPS_pubmethod Error(String, Exception)

Raises an error.

System_CAPS_pubmethod Exit(String, Object)

Exits a method.

System_CAPS_pubmethod Information(String)

Specifies the information to trace.

System_CAPS_pubmethod ReceiveResponse(String, HttpResponseMessage)

Receives an HTTP response.

System_CAPS_pubmethod SendRequest(String, HttpRequestMessage)

Sends an HTTP request.

Remarks

You can add a tracing interceptor by using Configuration.

See Also

Microsoft.WindowsAzure Namespace

Return to top