Waits for the text text from Baltie from up to millisecondsTimeout milliseconds.

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

Syntax

C#
public Baltie2DMessage WaitFor(
	Baltie2D from,
	string text,
	int millisecondsTimeout
)

Parameters

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

Return Value

Returns the received Baltie's message Baltie2DMessage.

See Also