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

Control an active session frame. Created by Instrumentation.StartSessionFrame(string). More...

Public Member Functions

void End ()
 Reports the end of the session frame. The ISessionFrame object will no longer be useable after this call. More...
 

Properties

string Name [get, set]
 Get or set the name of this session frame. Setting the name of a session frame is generally done when the best name for the session frame is not known at the time of its creation. More...
 

Detailed Description

Control an active session frame. Created by Instrumentation.StartSessionFrame(string).

Member Function Documentation

§ End()

void AppDynamics.Agent.ISessionFrame.End ( )

Reports the end of the session frame. The ISessionFrame object will no longer be useable after this call.

Property Documentation

§ Name

string AppDynamics.Agent.ISessionFrame.Name
getset

Get or set the name of this session frame. Setting the name of a session frame is generally done when the best name for the session frame is not known at the time of its creation.


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