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
TimeSpanThe maximum time to wait on a response.
Returns
- bool
true
when the VLAN was removed successful; otherwisefalse
.
Exceptions
- NotSupportedException
One of the provided settings is not supported.
- TimeoutException
When the set is not confirmed within the provided timeout time.