Loupe - Log - Monitor - Resolve
Gibraltar.Messaging.Net Namespace / ClockDriftMessage Class
Properties Methods


In This Topic
    ClockDriftMessage Class Members
    In This Topic

    The following tables list the members exposed by ClockDriftMessage.

    Public Constructors
     NameDescription
    Public ConstructorCreate a new clock drift message for the specified agent  
    Top
    Public Properties
     NameDescription
    Public PropertyThe clock drift between the agent and the server, discounting latency  
    Public PropertyThe timestamp of the destination when it received the message  
    Public PropertyThe session Id of the endpoint we're identifying clock drift for  
    Public PropertyThe estimated latency in the connection (used to calculate true clock drift)  
    Public PropertyThe number of bytes for the packet. (Inherited from Gibraltar.Messaging.Net.NetworkMessage)
    Public PropertyThe timestamp the original request was created on the source end  
    Public PropertyThe specific packet type code (Inherited from Gibraltar.Messaging.Net.NetworkMessage)
    Public PropertyThe protocol version (Inherited from Gibraltar.Messaging.Net.NetworkMessage)
    Top
    Protected Properties
     NameDescription
    Protected PropertyInheritors must implement this to reflect their packet length as they read a packet plus the base length that came before. (Inherited from Gibraltar.Messaging.Net.NetworkMessage)
    Top
    Public Methods
     NameDescription
    Public MethodLocks in the latency and drift calculations when called by the originator after a round trip.  
    Public MethodWrite the packet to the stream. (Inherited from Gibraltar.Messaging.Net.NetworkMessage)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Read packet data from the stream Read packet data from the stream  
    Protected MethodOverridden. Write the packet to the stream Write the packet to the stream  
    Top
    See Also