NewGlobal (Transaction function)

From m204wiki
Revision as of 16:43, 13 January 2020 by Wiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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