DiscardSessions (Object subroutine)

From m204wiki
Jump to navigation Jump to search

Discard session objects (Object class)


Syntax

%(Object):DiscardSessions( matchString)

Syntax terms

%(Object) The class name in parentheses denotes a shared method. DiscardSessions can also be invoked via an Object class object variable, which may be Null.
matchString A "wildcard" string that is applied to the set of session names. Objects referenced by session names matched by matchString are discarded.

If the matchString value is an asterisk (*), all objects referenced by session names are discarded.

Usage notes

If no session names matched by matchString reference an object, this method does nothing.

Examples

See Using system class methods to access global and session objects.

See also