Use the tibas_SetInvocable() function to specify a function that is called on a seeder. You must call
tibas_SetInvocable() before you call the
tibasSpace_Invoke() function.
The name parameter specifies the name of the invocable function that is called.
The invocable parameter specifies a
tibas_invocable type that provides the name of a function that conforms to the function prototype for invocable functions.
The tibas_invocable typedef specifies the function prototype for an invocable function, and has the following syntax:
For a sample program showing the use of tibas_SetInvocable() and
tibas_SpaceInvoke(), see the
InvokeClient sample program provided with the ActiveSpaces distribution. For documentation on
InvokeClient, see
Remote Space Invocation: InvokeClient in the
TIBCO ActiveSpaces Developer’s Guide.