Click or drag to resize

LeadManager Methods

Methods
  NameDescription
Public methodClear
Removes all items from the queue.
Public methodClear(String)
Removes all items from the specified queue area.
Public methodClear(LeadState)
Removes all items from the specified queue area.
Public methodCommit
Commits pending changes.
Protected methodCommit(IEnumerableString, LeadState)
Commits the change of the "Lead" flag of the given list of visitors.
Protected methodCommit(IEnumerableString, String)
Commits the change of the lead state of the given list of visitors.
Public methodDequeue(String)
Returns the next item from the specified queue area and removes the item from the queue.
Public methodDequeue(LeadState)
Returns the next item from the specified queue area and removes the item from the queue.
Public methodDispose
Disposes all resources requested earlier by this instance.
Protected methodDispose(Boolean)
Disposes all resources requested earlier by this instance.
Public methodEnqueue(IEnumerableString, LeadState)
Puts the given visitors into the queue.
Public methodEnqueue(IEnumerableString, String)
Puts the given visitors into the queue.
Public methodEnqueue(String, LeadState)
Puts the given visitor into the queue.
Public methodEnqueue(String, String)
Puts the given visitor into the queue.
Protected methodGenerateUpdateCommand(String, LeadState)
Generate SQL UPDATE command.
Protected methodGenerateUpdateCommand(String, String)
Generate SQL UPDATE command.
Top
See Also