Join Method (attributes)

DTF API

Copy image CopyHover image
Deployment Tools Foundation Join Method (attributes)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerTransactionJoin(TransactionAttributes)
Makes the current process the owner of the multi-package installation transaction.
Declaration Syntax
C# Visual Basic Visual C++ F#
public void Join(
	TransactionAttributes attributes
)
Public Sub Join ( 
	attributes As TransactionAttributes
)
public:
void Join(
	TransactionAttributes attributes
)
member Join : 
        attributes : TransactionAttributes -> unit 
Parameters
attributes (TransactionAttributes)
Select optional behavior when joining the transaction.
Remarks

Win32 MSI API: MsiJoinTransaction

Exceptions
Exception Condition
InvalidHandleException The transaction handle is not valid.
InstallerException The transaction could not be joined.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)