C# Класс TelAPI.InboundXML.Element.Pause

Наследование: ELement, GatherElement, GetSpeechElement
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Create ( long length ) : Pause

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

Pause ( ) : System

Описание методов

Create() публичный статический Метод

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.
Результат Pause

Pause() публичный Метод

public Pause ( ) : System
Результат System