Table of Contents

Method RemoveProfileInstances

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

RemoveProfileInstances(params ProfileInstance[])

Removes the specified profile instances.

public ProfileInstance[] RemoveProfileInstances(params ProfileInstance[] instances)

Parameters

instances ProfileInstance[]

The profile instances to remove.

Returns

ProfileInstance[]

The removed profile instances.

RemoveProfileInstances(out string, params ProfileInstance[])

Removes the specified profile instances.

public bool RemoveProfileInstances(out string error, params ProfileInstance[] instances)

Parameters

error string

Output string with notifications and/or errors that occurred.

instances ProfileInstance[]

The profile instances to remove.

Returns

bool

true if the profile definition removal succeeded; otherwise, false.