Deletes all of a campaign's history messages from the server.

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

Syntax

C#
public void ClearHistory(
	ConfigurationId campaignID
)
Visual Basic
Public Sub ClearHistory ( _
	campaignID As ConfigurationId _
)

Parameters

campaignID
Type: ConfigurationId
The ID of the campaign that should have its history cleared. Use None to clear general Dialer history.

See Also