|
AppDynamics Xamarin SDK
2021.2.0
Real user monitoring for your Xamarin app.
|
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... | |
Call tracker.
Marker interface for methods that are tracked for info point information.
| void AppDynamics.Agent.ICallTracker.ReportCallEnded | ( | ) |
Reports the call ended.
Future invocations on this object has no effect.
| void AppDynamics.Agent.ICallTracker.ReportCallEndedWithException | ( | Exception | e | ) |
Reports the call ended with exception.
Future invocations on this object has no effect.
| e | Exception to report |
| void AppDynamics.Agent.ICallTracker.ReportCallEndedWithReturnValue | ( | object | ret | ) |
Reports the call ended with return value.
Future invocations on this object has no effect.
| ret | Object that the method returned. |
| void AppDynamics.Agent.ICallTracker.WithArguments | ( | params object [] | args | ) |
Add arguments to the call tracker.
| args | Argument list to add to the method. |
1.8.12