tibasSpaceDef_IsSyncReplicated()

Returns a value indicating whether a space is synchronously replicated.

Declaration

tibas_status tibasSpaceDef_IsSyncReplicated
(tibasSpaceDef spaceDef)

Parameters

Parameter Description
spaceDef The TIBCO ActiveSpaces entity on which the function is invoked.

Remarks

Use the tibasSpaceDef_IsSyncReplicated() function to determine whether a specified space is replicated synchronously.

If the replication policy is set to synchronous replication, the function returns TIBAS_TRUE (1); otherwise, the function returns TIBAS_FALSE.