Table of Contents

Method SwarmElement

Namespace
Skyline.DataMiner.Net.Swarming.Helper
Assembly
SLNetTypes.dll

SwarmElement(int, int)

Prepares the helper to swarm one specific element. Call ToAgent(int) on the result to do the actual swarming.

public ITargetlessSwarmingHelper SwarmElement(int dmaId, int elementId)

Parameters

dmaId int
elementId int

Returns

ITargetlessSwarmingHelper

An ITargetlessSwarmingHelper object on which you can call ToAgent(int).

SwarmElement(ElementID)

Prepares the helper to swarm one specific element. Call ToAgent(int) on the result to do the actual swarming.

public ITargetlessSwarmingHelper SwarmElement(ElementID element)

Parameters

element ElementID

Element ID reference

Returns

ITargetlessSwarmingHelper

An ITargetlessSwarmingHelper object on which you can call ToAgent(int).