Click or drag to resize

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
)

Parameters

state
Type: SystemString
Lead state.

Return Value

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