Tracing::ReceiveResponse Method (String^, HttpResponseMessage^)
Receives a tracing response.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
public: static void ReceiveResponse( String^ invocationId, HttpResponseMessage^ response )
Parameters
- invocationId
-
Type:
System::String^
The invocation identifier.
- response
-
Type:
System.Net.Http::HttpResponseMessage^
The response.
Show: