Table of Contents

Class LostSubscriptionArgs

Namespace
Skyline.DataMiner.DataSources.CommunicationGatewayMiddleware.Common.Models
Assembly
Skyline.DataMiner.DataSources.CommunicationGatewayMiddleware.Common.dll

Details about a lost subscription.

public class LostSubscriptionArgs : EventArgs
Inheritance
LostSubscriptionArgs
Extension Methods

Constructors

LostSubscriptionArgs()

Properties

ChannelId

The channel ID, contains the identifiers provided by the consumer.

ErrorMessage

The error message as received by the CommunicationGateway. This is usually the message of the caught exception.

SubscriptionId

The subscription ID, generated by the middleware, contains the subscription name provided by the consumer.