Click or drag to resize

Sms Constructor

Initializes a new instance of the Sms class

Namespace:  CallFlowFramework.Nodes
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public Sms(
	string remote_no,
	string message,
	CallFlowContext ctx,
	TimeSpan timeout
)

Parameters

remote_no
Type: SystemString

[Missing <param name="remote_no"/> documentation for "M:CallFlowFramework.Nodes.Sms.#ctor(System.String,System.String,CallFlowFramework.CallFlowContext,System.TimeSpan)"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:CallFlowFramework.Nodes.Sms.#ctor(System.String,System.String,CallFlowFramework.CallFlowContext,System.TimeSpan)"]

ctx
Type: CallFlowFrameworkCallFlowContext

[Missing <param name="ctx"/> documentation for "M:CallFlowFramework.Nodes.Sms.#ctor(System.String,System.String,CallFlowFramework.CallFlowContext,System.TimeSpan)"]

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:CallFlowFramework.Nodes.Sms.#ctor(System.String,System.String,CallFlowFramework.CallFlowContext,System.TimeSpan)"]

See Also