BBjAdmin::release

Description

Cleans up and releases the resources used by the BBjAdmin instance.

Syntax

Return Value

Method

void

release()

Parameters

None.

Return Value

None.

Remarks

None.

Example

input "Enter User ID: ",userid$
input "Enter Password: ",password$
admin! = BBjAPI().getAdmin(userid$,password$)

rem 'Do some things with the BBjAdmin instance
...

rem 'Cleanup the BBjAdmin instance
admin!.release()

See Also

BBjAPI

Timer Event

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.