Table of Contents

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 string

The 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.