Class DBC.MessageHandlerFields
Fields for MessageHandler, Presence and heartbeat of a message handler, should be updated once a minute. Older records are stale
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MessageHandlerFields : Object
Fields
Machine
MessageHandler.Machine: Machine the handler is running on
Declaration
public const string Machine = "machine"
Field Value
Type | Description |
---|---|
String |
MessageHandlerId
MessageHandler.MessageHandlerId: Primary key
Declaration
public const string MessageHandlerId = "MessageHandler_id"
Field Value
Type | Description |
---|---|
String |
Port
MessageHandler.Port: UDP port this handler is listening on
Declaration
public const string Port = "port"
Field Value
Type | Description |
---|---|
String |
ProcessIdHigh
MessageHandler.ProcessIdHigh: High word of process id of the message handler process
Declaration
public const string ProcessIdHigh = "processIdHigh"
Field Value
Type | Description |
---|---|
String |
ProcessIdLow
MessageHandler.ProcessIdLow: Low word of process id of the message handler process
Declaration
public const string ProcessIdLow = "processIdLow"
Field Value
Type | Description |
---|---|
String |
Registered
MessageHandler.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
MessageHandler.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Role
MessageHandler.Role: 1 = request, 2 = respond, 4 = route (bitmapped flags)
Declaration
public const string Role = "role"
Field Value
Type | Description |
---|---|
String |
UniqueIdentifier
MessageHandler.UniqueIdentifier: GUID identifying the handler, generated by the handler when it starts
Declaration
public const string UniqueIdentifier = "uniqueIdentifier"
Field Value
Type | Description |
---|---|
String |
Updated
MessageHandler.Updated: 'heartbeat' that is updated once a minute by the batch task process
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
MessageHandler.UpdatedAssociateId: 'heartbeat' that is updated once a minute by the batch task process
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
MessageHandler.UpdatedCount: 'heartbeat' that is updated once a minute by the batch task process
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |