2027 Constructor
Changes 0
C

TransactionGroup(Document, String)

Description:
It constructs a transaction group object
Remarks:
The group does not start until its Start method is called.
Overloads (2):
TransactionGroup(Document,String)
public TransactionGroup(
	Document document,
	string transGroupName
)
  • document
    The document for which this transaction group is being used.
  • String
    transGroupName
    Name of the group. The name will be used only for a group that is assimilated at the end.