Method Unsubscribe
- Namespace
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Api
- Assembly
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.dll
Unsubscribe(string)
Removes a subscription from the endpoint.
public void Unsubscribe(string subscriptionName)
Parameters
subscriptionName
stringThe name of the subscription to unsubscribe from.
Exceptions
- RequestFailedException
Removing the subscription failed.
- ArgumentException
Name of the subscription cannot be null, empty, or a whitespace.