ICloudTracingInterceptor Interface
Represents information about cloud service operations.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| 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. |
You can add a tracing interceptor by using Configuration.
Show:
.jpeg?cs-save-lang=1&cs-lang=cpp)