| LeadManagerDequeue Method (String) |
Returns the next item from the specified queue area and removes the item from the queue.
Namespace:
Dynamicweb.Analytics.Leads
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public string Dequeue(
string state
)
Public Function Dequeue (
state As String
) As String
Parameters
- state
- Type: SystemString
Lead state.
Return Value
Type:
StringNext item from the specified queue area.
See Also