JAMS Developer Guide
Initialize Method (EventEventLog)


MVPSI.JAMSScheduler Namespace > EventEventLog Class : Initialize Method
Initialize the Event Log
Syntax
'Declaration
 
Public Sub Initialize( _
   ByVal config As System.Configuration.Configuration, _
   ByVal services As ISchedulerServices _
) 
'Usage
 
Dim instance As EventEventLog
Dim config As System.Configuration.Configuration
Dim services As ISchedulerServices
 
instance.Initialize(config, services)
public void Initialize( 
   System.Configuration.Configuration config,
   ISchedulerServices services
)

Parameters

config
services
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

EventEventLog Class
EventEventLog Members