Show / Hide Table of Contents

Class DBC.MessageHandlerFields

Fields for MessageHandler, Presence and heartbeat of a message handler, should be updated once a minute. Older records are stale

Inheritance
object
DBC.MessageHandlerFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.MessageHandlerFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top