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 | |
---|---|---|
Configuration(String, String, String) | Probes the configuration for the value of a setting. |
|
Enter(String, Object, String, IDictionary<String, Object>) | Enters a method. |
|
Error(String, Exception) | Raises an error. |
|
Exit(String, Object) | Exits a method. |
|
Information(String) | Specifies the information to trace. |
|
ReceiveResponse(String, HttpResponseMessage) | Receives an HTTP response. |
|
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