OMCallCollectorRemovedHandler Delegate

Removed handler

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public delegate void RemovedHandler(
	int callid,
	OMCallCollectorCallStateSnapshot snapshot
)

Parameters

callid  Int32
Runtime call id
snapshot  OMCallCollectorCallStateSnapshot
updated snapshot

See Also