Sends an asynchronous request to the ODS HTTP plugin to get data from the pnd table for a follow up call

Namespace: ININ.IceLib.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public void RequestContactDataAsync(
	string identity,
	string campaignGuid,
	HttpRequestKey requestInfo,
	AsyncCompletedEventHandler completedCallback,
	Object userState
)
Visual Basic
Public Sub RequestContactDataAsync ( _
	identity As String, _
	campaignGuid As String, _
	requestInfo As HttpRequestKey, _
	completedCallback As AsyncCompletedEventHandler, _
	userState As Object _
)

Parameters

identity
Type: System..::..String
campaignGuid
Type: System..::..String
requestInfo
Type: ININ.IceLib.Configuration.Dialer..::..HttpRequestKey
completedCallback
Type: System.ComponentModel..::..AsyncCompletedEventHandler
userState
Type: System..::..Object

See Also