C# 클래스 TelAPI.InboundXML.Element.Pause

상속: ELement, GatherElement, GetSpeechElement
파일 보기 프로젝트 열기: TelAPI/telapi-dotnet 1 사용 예제들

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