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.0.0.0 (2.2.0.015)

Syntax

C#
bool WaitForReady(
	long timeout
)
Visual Basic
Function WaitForReady ( 
	timeout As Long
) As Boolean
Visual C++
bool WaitForReady(
	long long timeout
)
F#
abstract WaitForReady : 
        timeout : int64 -> bool 

Parameters

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

Return Value

Type: Boolean
indicates space is ready for operations or not

See Also