Share via


JE.Start Delegate

[This is internal Microsoft documentation - Do not distribute.]

The start function delegate

Namespace: Microsoft.Webstore.JobEngine
Assembly: ICL (in icl.dll)

Syntax

'Declaration

  Public Delegate Function Start ( _
    jobName As String, _
    dop As Integer, _
    batchOption As BatchOption, _
    location As Location, _
    userArgs As String _
) As Integer
  public delegate int Start (
    string jobName,
    int dop,
    BatchOption batchOption,
    Location location,
    string userArgs
)

Parameters

  • jobName
  • dop
  • batchOption
  • location
  • userArgs

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Webstore.JobEngine Namespace