For Babelfish Release 1.11.1.3

Ping Class

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.Ping
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class Ping
Inheritance
Object    Ping

Constructors

Properties

ReceivedFrom Name of the remote thing
ReceivedTime Time the remote thing received the ping request
SentFrom Thing name, who initiated the ping request
SentTime UTC Time ping request was sent.
Unknown If the EST Unit has nto yet responded to a Ping, Unknown will be true.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetNullPing Returns a new Ping object indicating that the EST Unit has not yet responded to a Ping (Unknown is set to true)
GetReceivedTime 
GetResponseTime 
GetRoundTripTime 
GetSendTime 
GetSentTime 
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
TimeSynchronized Returns a boolean, indicating if the thing's clock is properly synchroinzed. Which is determiend if the ReceivedTime is between the SentTime and responseTime. Which probable isn't a good way to determine this. Since Orion is not going to be on the same time server as the things
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also