C# Class TelAPI.InboundXML.Element.Pause

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

Private Properties

Property Type Description

Public Methods

Method Description
Create ( long length ) : Pause

The Pause element will pause the call, holding for the number of seconds set by the length attribute.

Pause ( ) : System

Method Details

Create() public static method

The Pause element will pause the call, holding for the number of seconds set by the length attribute.
public static Create ( long length ) : Pause
length long The length in seconds the pause should be.
return Pause

Pause() public method

public Pause ( ) : System
return System