Click or drag to resize

LeadManagerEnqueue Method (IEnumerableString, String)

Puts the given visitors into the queue.

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public void Enqueue(
	IEnumerable<string> visitorIDs,
	string state
)

Parameters

visitorIDs
Type: System.Collections.GenericIEnumerableString
A list of visitor IDs.
state
Type: SystemString
Lead state.
See Also