Method Unsubscribe
- Assembly
- Skyline.DataMiner.DataSources.CommunicationGatewayMiddleware.Common.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.