Click or drag to resize
Analytics Methods

The Analytics type exposes the following members.

Methods
  NameDescription
Public methodEndSession
Ends a session if one exists.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFlushAsync
Uploads all events to the service if the device is online or caches them locally until the device goes online at which point they will be uploaded. If a session is in progress it will end.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLogEvent(String)
Creates a new analytics event with the given name.
Public methodLogEvent(AnalyticsEvent)
Writes out an analytics event.
Public methodStartSession
Starts a new session. If one is in progress, then a new session will not be created.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also