ICloudTracingInterceptor.Exit Method (String, Object)
Exits a method.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
void Exit(
string invocationId,
object returnValue
)
void Exit(
String^ invocationId,
Object^ returnValue
)
abstract Exit :
invocationId:string *
returnValue:Object -> unit
Sub Exit (
invocationId As String,
returnValue As Object
)
Parameters
invocationId
Type: System.StringThe identifier of the method invocation.
returnValue
Type: System.ObjectThe return value of the method.
Remarks
Exit is not called when an error occurs.
See Also
ICloudTracingInterceptor Interface
Microsoft.WindowsAzure Namespace
Return to top