tibasListenerDef_Create()

Returns a new ListenerDef instance.

Declaration

tibas_status tibasListenerDef_Create
(tibasListenerDef*  listenerDef)

Parameters

Parameter Description
listenerDef The new instance of ListenerDef returned by the function.

Remarks

Use the tibasListenerDefCreate() function to create a ListenerDef object that you can use to define an event listener.

After you have defined the ListenerDef object, use the tibasListenerDef_SetTimeScope() and tibasListenerDef_SetDistributionScope() functions to specify the time scope and distribution scope for the listener.