tblServerIdentity

tblServerIdentity contains the active chat servers in the Persistent Chat Server pool.

Columns

Column Type Description
serverID
int, not null
Server ID. Corresponds to the instance ID from Central Management store.
serverAddress
nvarchar (256), not null
Server address using the Windows Communication Foundation address.
serverLastPingTime
datetime
The latest time that the Channel Server updated this row to give evidence that it is running.

Key

Column Description
serverID
Primary key.