blocks the client until space is ready or timeout happens

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
bool WaitForReady(
	long timeout
)
Visual Basic
Function WaitForReady ( _
	timeout As Long _
) As Boolean
Visual C++
bool WaitForReady(
	long long timeout
)

Parameters

timeout
Type: System..::..Int64
The timeout in millseconds

Return Value

indicates space is ready for operations or not

See Also