AppDynamics Xamarin SDK  2020.11.0
Real user monitoring for your Xamarin app.
Public Member Functions | List of all members
AppDynamics.Agent.ICallTracker Interface Reference

Call tracker. More...

Public Member Functions

void ReportCallEnded ()
 Reports the call ended. More...
 
void ReportCallEndedWithException (Exception e)
 Reports the call ended with exception. More...
 
void ReportCallEndedWithReturnValue (object ret)
 Reports the call ended with return value. More...
 
void WithArguments (params object[] args)
 Add arguments to the call tracker. More...
 

Detailed Description

Call tracker.

Marker interface for methods that are tracked for info point information.

Member Function Documentation

§ ReportCallEnded()

void AppDynamics.Agent.ICallTracker.ReportCallEnded ( )

Reports the call ended.

Future invocations on this object has no effect.

§ ReportCallEndedWithException()

void AppDynamics.Agent.ICallTracker.ReportCallEndedWithException ( Exception  e)

Reports the call ended with exception.

Future invocations on this object has no effect.

Parameters
eException to report

§ ReportCallEndedWithReturnValue()

void AppDynamics.Agent.ICallTracker.ReportCallEndedWithReturnValue ( object  ret)

Reports the call ended with return value.

Future invocations on this object has no effect.

Parameters
retObject that the method returned.

§ WithArguments()

void AppDynamics.Agent.ICallTracker.WithArguments ( params object []  args)

Add arguments to the call tracker.

Parameters
argsArgument list to add to the method.

The documentation for this interface was generated from the following file: