| DiaSpringWrapperHangUp Method |
Hangs-up the active call by setting the channel on-hook.
Namespace: InkostarAssembly: DiaSpringWrapper (in DiaSpringWrapper.dll) Version: 0.0.0.0
Syntaxpublic void HangUp(
string ChannelName
)
Public Sub HangUp (
ChannelName As String
)
public:
void HangUp(
String^ ChannelName
)
member HangUp :
ChannelName : string -> unit
Parameters
- ChannelName
- Type: SystemString
The Channel name on the Dialogic board on which to hang-up the call.
Remarks
This function will fail if invoked before the [device].Open() function.
Examples
Terminate the active call on the first channel
C#: objDevice.HangUp("dxxxB1C1");
VB.NET: objDevice.HangUp("dxxxB1C1")
See Also