Notifies Dialer that this agent is ready to start receiving calls for certain campaigns.

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 StartReceivingCalls(
	IEnumerable<CampaignId> campaigns
)
Visual Basic
Public Sub StartReceivingCalls ( _
	campaigns As IEnumerable(Of CampaignId) _
)

Parameters

campaigns
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'CampaignId>)>)>
The campaigns that the agent is logged into and ready to receive calls for.

See Also