| ParkAction Constructor (String, String, String, String) |
Creates a new ParkAction.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ParkAction(
string channel,
string channel2,
string timeout,
string parkinglot
)
Public Sub New (
channel As String,
channel2 As String,
timeout As String,
parkinglot As String
)
public:
ParkAction(
String^ channel,
String^ channel2,
String^ timeout,
String^ parkinglot
)
new :
channel : string *
channel2 : string *
timeout : string *
parkinglot : string -> ParkAction
Parameters
- channel
- Type: SystemString
Set the Channel which should be parked - channel2
- Type: SystemString
Set the Channel where the Call will end up after the timeout is reached. - timeout
- Type: SystemString
Timeout in msec, after timeout is reached call will come back to channel2 - parkinglot
- Type: SystemString
Set the Parking lot.
See Also