JAMS Developer Guide
Load Method (IInstallIntegration)


MVPSI.JAMS Namespace > IInstallIntegration Interface : Load Method
Load the integration.
Syntax
'Declaration
 
Sub Load( _
   ByVal log As System.IO.TextWriter, _
   ByVal js As Server _
) 
'Usage
 
Dim instance As IInstallIntegration
Dim log As System.IO.TextWriter
Dim js As Server
 
instance.Load(log, js)
void Load( 
   System.IO.TextWriter log,
   Server js
)

Parameters

log
js
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IInstallIntegration Interface
IInstallIntegration Members