Table of Contents

Method GetParametersFromServer

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

GetParametersFromServer(params Parameter[])

Retrieves the parameters from the server matching the specified filters.

protected IEnumerable<Parameter> GetParametersFromServer(params Parameter[] filters)

Parameters

filters Parameter[]

The filters.

Returns

IEnumerable<Parameter>

The parameters from the server matching the specified filters.

GetParametersFromServer(FilterElement<Parameter>)

Retrieves the parameters from the server matching the specified filter.

protected IEnumerable<Parameter> GetParametersFromServer(FilterElement<Parameter> filter)

Parameters

filter FilterElement<Parameter>

The filter.

Returns

IEnumerable<Parameter>

The parameters from the server matching the specified filter.