Table of Contents

Method Update

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

Update()

Updates this connection property.

public bool Update()

Returns

bool

true if the update succeeded; otherwise, false.

Remarks

Feature introduced in DataMiner 8.5.3 (RN 8854).

Update(bool)

Updates this connection property.

public bool Update(bool both)

Parameters

both bool

true if the property should be updated at both ends of the connection; otherwise, false.

Returns

bool

true if the update succeeded; otherwise, false.

Remarks

Feature introduced in DataMiner 9.5.1 (RN 14656).