Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 SpaceDef : SpaceDef Operations : tibasSpaceDef_GetSpaceWait()

tibasSpaceDef_GetSpaceWait()
Declaration
tibas_status tibasSpaceDef_GetSpaceWait(
tibasSpaceDef spaceDef,
tibas_long* spaceWait)
Purpose
Gets the space wait setting currently in effect for a specified spaceDef.
Parameters
 
Remarks
Use the tibasSpaceDef_GetSpaceWait() function to return the space wait that is currently set for a specified space.
The space wait value is a timeout that applies to operations that cannot be processed because the space is not in the READY state, i.e., the space in the INITIAL, LOADING, RECOVER, or SUSPEND state.
See Also
tibasSpaceDef_SetSpaceWait(), tibasSpaceDef_GetWriteTimeout(), tibasSpaceDef_SetWriteTimeout(), tibasSpaceDef_GetReadTimeout(), tibasSpaceDef_SetReadTimeout()

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved