tibasSpaceDef_SetMinSeederCount()

Sets the minimum number of seeders required for the space to be ready.

Declaration

tibas_status tibasSpaceDef_SetMinSeederCount(
    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_SetMinSeederCount() function to set 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.