<< Click to Display Table of Contents >>
ZfLib.LinkStatusEnum
Enum ZfLib.LinkStatusEnum
zfLinkOnline = 1
zfLinkOffline= 2
zfLinkFailedWDog= 3
zfLinkInitialising = 4
zfLinkShutdown = 5
zfLinkUnknownState = 6
End Enum
The LinkStatusEnum enumeration specifies the current status of an LCR link
Members
zfLinkFailedWDog
The server failed to receive an expected status message
zfLinkInitialising
The link is initialising but has started communicating with the remote server
zfLinkOffline
The remote server has closed the link or the local link is temporarily closed
zfLinkOnline
The link functioning normally
zfLinkShutdown
The link has been permanently closed.
zfLinkUnknownState
The link is initialising and has not yet heard from the remote server
See Also