Table of Contents

Method GenerateSets

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

GenerateSets(out string, params ElementInfoEventMessage[])

Generates the SetParameterMessages required when trying to apply this ProfileInstance on one or more elements.

public IEnumerable<SetParameterMessage> GenerateSets(out string error, params ElementInfoEventMessage[] info)

Parameters

error string

Output string that contains any errors that occurred.

info ElementInfoEventMessage[]

Elements on which this ProfileInstance needs to be applied.

Returns

IEnumerable<SetParameterMessage>

The SetParameterMessage messages.

GenerateSets(out string, params Tuple<ElementInfoEventMessage, GetProtocolInfoResponseMessage>[])

Generate the SetMessages required when trying to apply this ProfileInstance on one or more elements.

public IEnumerable<SetParameterMessage> GenerateSets(out string error, params Tuple<ElementInfoEventMessage, GetProtocolInfoResponseMessage>[] info)

Parameters

error string

Output string that contains any errors that occurred.

info Tuple<ElementInfoEventMessage, GetProtocolInfoResponseMessage>[]

Elements on which this ProfileInstance needs to be applied.

Returns

IEnumerable<SetParameterMessage>

The SetParameterMessage messages.