Table of Contents

Method TryPush

Namespace
Skyline.DataMiner.Utils.Interfaces.Network
Assembly
Skyline.DataMiner.Utils.Interfaces.dll

TryPush(TimeSpan)

Push multiple settings at once. This method will wait until the set is confirmed.

bool TryPush(TimeSpan timeout)

Parameters

timeout TimeSpan

The maximum time to wait on a response.

Returns

bool

true when the VLAN was removed successful; otherwise false.

Exceptions

NotSupportedException

One of the provided settings is not supported.

TimeoutException

When the set is not confirmed within the provided timeout time.