Click or drag to resize
SpaceWaitForReady Method (Int64)
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.1.5.12)
Syntax
bool WaitForReady(
	long timeout
)

Parameters

timeout
Type: SystemInt64
The timeout in millseconds

Return Value

Type: Boolean
indicates space is ready for operations or not
See Also