Show / Hide Table of Contents

Class AppDisconnectedEventArgs

Event Args for a disconnection event.

Inheritance
object
AppDisconnectedEventArgs
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: HoloMetrix.Net.Remote
Assembly: HoloMetrix.Net.Remote.dll
Syntax
public class AppDisconnectedEventArgs

Properties

| Improve this Doc View Source

Reason

The reason for the app disconection.

Declaration
public AppDisconnectionReason Reason { get; set; }
Property Value
Type Description
AppDisconnectionReason
  • Improve this Doc
  • View Source
Back to top Generated by DocFX