Click or drag to resize
ParaPlan Logo

MessageServiceAddMessageToThread Method

[Missing <summary> documentation for "M:ParaPlanREST.MessageService.AddMessageToThread(System.String,System.String,System.String,System.String)"]

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string AddMessageToThread(
	string threadID,
	string text,
	string token,
	string device
)

Parameters

threadID
Type: SystemString

[Missing <param name="threadID"/> documentation for "M:ParaPlanREST.MessageService.AddMessageToThread(System.String,System.String,System.String,System.String)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:ParaPlanREST.MessageService.AddMessageToThread(System.String,System.String,System.String,System.String)"]

token
Type: SystemString

[Missing <param name="token"/> documentation for "M:ParaPlanREST.MessageService.AddMessageToThread(System.String,System.String,System.String,System.String)"]

device
Type: SystemString

[Missing <param name="device"/> documentation for "M:ParaPlanREST.MessageService.AddMessageToThread(System.String,System.String,System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:ParaPlanREST.MessageService.AddMessageToThread(System.String,System.String,System.String,System.String)"]

See Also