tibasSpaceDef_GetMinSeederCount()

Gets from the SpaceDef the minimum number of seeders that has been specified for the space to be ready.

Declaration

tibas_status tibasSpaceDef_GetMinSeederCount(
    tibasSpaceDef spaceDef,
    tibas_int seederCount) )

Parameters

Parameter Description
spaceDef The TIBCO ActiveSpaces entity on which the function is invoked.
seederCount The minimum number of seeders required for the space to be ready. The default value is 1.

Remarks

Use the tibasSpaceDef_GetMinSeederCount() function to return the minimum seeder count value for a specified space.

If this attribute of the spaceDef is defined, it means that the space will not be usable until the required number of seeders have joined it. Since it is not possible to service any operation on a space until there is at least one seeder for it, there is always an implied default value of 1.