LeadManager Methods |
Name | Description | |
---|---|---|
Clear |
Removes all items from the queue.
| |
Clear(String) |
Removes all items from the specified queue area.
| |
Clear(LeadState) |
Removes all items from the specified queue area.
| |
Commit |
Commits pending changes.
| |
Commit(IEnumerableString, LeadState) |
Commits the change of the "Lead" flag of the given list of visitors.
| |
Commit(IEnumerableString, String) |
Commits the change of the lead state of the given list of visitors.
| |
Dequeue(String) |
Returns the next item from the specified queue area and removes the item from the queue.
| |
Dequeue(LeadState) |
Returns the next item from the specified queue area and removes the item from the queue.
| |
Dispose |
Disposes all resources requested earlier by this instance.
| |
Dispose(Boolean) |
Disposes all resources requested earlier by this instance.
| |
Enqueue(IEnumerableString, LeadState) |
Puts the given visitors into the queue.
| |
Enqueue(IEnumerableString, String) |
Puts the given visitors into the queue.
| |
Enqueue(String, LeadState) |
Puts the given visitor into the queue.
| |
Enqueue(String, String) |
Puts the given visitor into the queue.
| |
GenerateUpdateCommand(String, LeadState) |
Generate SQL UPDATE command.
| |
GenerateUpdateCommand(String, String) |
Generate SQL UPDATE command.
|