Click or drag to resize

LeadManagerDequeue Method (LeadState)

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(
	LeadState state
)

Parameters

state
Type: Dynamicweb.Analytics.LeadsLeadState
Standard "Lead" flag.

Return Value

Type: String
Next item from the specified queue area.
See Also