![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibas_status tibasPersister_Create
(tibasPersister *persister,
tibas_onAction onOpen,
tibas_onAction onLoad,
tibas_onAction onWrite,
tibas_onAction onClose,
tibas_onAction onRead,
Specifies the function to be invoked when the members leave the Metaspace or tibasSpace_StopPersister is invoked. If you are implementing shared all persistence, use the tibasPersister_Create() function to create a Persister object that you can use to persist application data.After you are have created the persister object, use the tibasSpace_SetPersister() function to register the persister for a specified space.Before you can call tibasSpace_SetPersister(), you must create a persister object by calling the tibasPersister_Create() function.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |