Waits for the text text from Baltie from up to secondsTimeout seconds.

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public BaltieMessage WaitForText(
	Baltie from,
	string text,
	double secondsTimeout
)

Parameters

from
Type: SGP.Baltie..::.Baltie
Baltie who should send a message.
text
Type: System..::.String
A string, for which is Baltie waiting.
secondsTimeout
Type: System..::.Double
The timeout in milliseconds.

Return Value

Returns the received Baltie's message BaltieMessage.

See Also