Click or drag to resize
ParkedCallEventHandler Delegate
A ParkedCall is triggered when a channel is parked (in this case no action id is set) and in response to a ParkedCallsAction.

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void ParkedCallEventHandler(
	Object sender,
	ParkedCallEvent e
)

Parameters

sender
Type: SystemObject
e
Type: AsterNET.Manager.EventParkedCallEvent
See Also