BBjAdminEnvironment::unpinAllPrograms

 

In BBj 7.0 and higher, this method is deprecated; use BBjAdminEnvironment::unpinServer().

Description

In BBj 5.0 and higher, this method unpins all programs BBjServices program cache.

Syntax

Return Value

Method

void

unpinAllPrograms()

Parameters

None.

Return Value

None.

Remarks

None.

Example

rem 'Obtain the instance of the BBjAdmin object

INPUT "Enter an Administrator User: ",user$
INPUT "Enter a password: ",password$
admin! = BBjAPI().getAdmin(user$, password$)
env! = admin!.getEnvironment()
env!.unpinAllPrograms()

See Also

BBjAPI

BBjAdminEnvironment

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