C# Class TropoCSharp.Tropo.Call

Initiates an outbound call or a text conversation. Note that this action is only valid when there is no active WebAPI call.
Inheritance: TropoBase
Show file Open project: hack4reno/hack4reno2011 Class Usage Examples

Public Methods

Method Description
Call ( ) : System
Call ( ArrayList to ) : System
Call ( String to ) : System

Method Details

Call() public method

public Call ( ) : System
return System

Call() public method

public Call ( ArrayList to ) : System
to System.Collections.ArrayList
return System

Call() public method

public Call ( String to ) : System
to String
return System