NewGlobal (Transaction function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(No difference)

Revision as of 16:43, 13 January 2020

Start new global transaction (Transaction class)


This page is under construction.

Syntax

%string = %(Transaction):NewGlobal[( [description])] Throws CoordinatorException

Syntax terms

%stringstring
%(Transaction) The class name in parentheses denotes a shared method. NewGlobal can also be invoked via a Transaction object variable, which may be Null.
description Unicode
The default value of this argument is ??.

Usage notes

Examples

See also