C# Class Bus.Transport.Network.HeartbeatManager.HeartbeatInformation

Mostrar archivo Open project: jbouzaglou/PetPigeonsESB

Public Properties

Property Type Description
IsConnected bool?
LastHeartbeat DateTime?
LastSentHeartbeat DateTime?

Property Details

IsConnected public_oe property

public bool? IsConnected
return bool?

LastHeartbeat public_oe property

public DateTime? LastHeartbeat
return DateTime?

LastSentHeartbeat public_oe property

public DateTime? LastSentHeartbeat
return DateTime?