TelAPI.InboundXML.Element.GetSpeech.Pause C# (CSharp) Method

Pause() public method

The Pause element will pause the call
public Pause ( ) : GetSpeech
return GetSpeech
        public GetSpeech Pause()
        {
            Elements.Add(Element.Pause.Create(null));
            return this;
        }
    }

Same methods

GetSpeech::Pause ( long length ) : GetSpeech