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.4.0.001)
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: Booleanindicates space is ready for operations or not