Table of Contents

Method Stitch

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

Stitch(Func<SectionDefinitionID, SectionDefinition>)

Stitches this job with the specified section definition provider.

[Obsolete("Please use Stitch with a JobDomainProvider")]
public void Stitch(Func<SectionDefinitionID, SectionDefinition> sectionDefinitionProvider)

Parameters

sectionDefinitionProvider Func<SectionDefinitionID, SectionDefinition>

The section definition provider to stitch this job with.

Stitch(Func<SectionDefinitionID, SectionDefinition>, Func<JobDomainID, JobDomain>)

Stitches this job with the specified section definition provider and job domain provider.

public void Stitch(Func<SectionDefinitionID, SectionDefinition> sectionDefinitionProvider, Func<JobDomainID, JobDomain> jobDomainProvider)

Parameters

sectionDefinitionProvider Func<SectionDefinitionID, SectionDefinition>

The section definition provider to stitch this job with.

jobDomainProvider Func<JobDomainID, JobDomain>

The job domain provider.