Class Health_Ping
Simple API which is used to test the connection to the EMS using a tenant and end point. https://api.appearition.com/TenantName/api/Health/Ping/0 , where 0 is Channel ID
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.API
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Health_Ping : BaseApiGet
Properties
View SourceApiVersion
Declaration
public override int ApiVersion { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
View SourceBypassInternetCheck
Declaration
public override bool BypassInternetCheck { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
View SourceData
Declaration
public string Data { get; set; }
Property Value
Type | Description |
---|---|
System.String |