Table of Contents

Method StitchJob

Namespace
Skyline.DataMiner.Net.Jobs
Assembly
SLNetTypes.dll

StitchJob(JobManagerHelper, Job)

Stitches the specified Job.

public static void StitchJob(this JobManagerHelper helper, Job job)

Parameters

helper JobManagerHelper

The JobManagerHelper instance.

job Job

The Job to stitch.

Remarks

StitchJob(JobManagerHelper, Job, List<SectionDefinition>)

Stitches the specified Job using the specified existing section definitions.

[Obsolete("Please use StitchJob with JobDomains")]
public static void StitchJob(this JobManagerHelper helper, Job job, List<SectionDefinition> existingSectionDefinitions)

Parameters

helper JobManagerHelper

The JobManagerHelper instance.

job Job

The Job to stitch.

existingSectionDefinitions List<SectionDefinition>

The existing section definitions.

Remarks

StitchJob(JobManagerHelper, Job, List<SectionDefinition>, List<JobDomain>)

Stitches the specified Job using the specified existing section definitions and job domains.

public static void StitchJob(this JobManagerHelper helper, Job job, List<SectionDefinition> existingSectionDefinitions, List<JobDomain> existingJobDomains)

Parameters

helper JobManagerHelper

The JobManagerHelper instance.

job Job

The Job to stitch.

existingSectionDefinitions List<SectionDefinition>

The existing section definitions.

existingJobDomains List<JobDomain>

The existing job domains.

Remarks