| LeadManagerEnqueue Method (String, String) |
Puts the given visitor into the queue.
Namespace:
Dynamicweb.Analytics.Leads
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public void Enqueue(
string visitorID,
string state
)
Public Sub Enqueue (
visitorID As String,
state As String
)
Parameters
- visitorID
- Type: SystemString
Visitor ID. - state
- Type: SystemString
Lead state.
See Also