C# Class TelAPI.InboundXML.Element.Hangup

Inheritance: ELement
Mostrar archivo Open project: TelAPI/telapi-dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Create ( long schedule ) : Hangup

The Hangup element will hangup the current call.

Hangup ( ) : System

Method Details

Create() public static method

The Hangup element will hangup the current call.
public static Create ( long schedule ) : Hangup
schedule long Specifies in seconds when a hangup should occur during a call.
return Hangup

Hangup() public method

public Hangup ( ) : System
return System