SpaceWaitForReady Method (Int64) |
blocks the client until space is ready or timeout happens
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxbool WaitForReady(
long timeout
)
Function WaitForReady (
timeout As Long
) As Boolean
bool WaitForReady(
long long timeout
)
abstract WaitForReady :
timeout : int64 -> bool
Parameters
- timeout
- Type: SystemInt64
The timeout in millseconds
Return Value
Type:
Booleanindicates space is ready for operations or not
See Also