Interface IDurableTopicSubscription
Contains information about the subscription created.
Inherited Members
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IDurableTopicSubscription : ITopicSubscription
Properties
SubscriptionName
It returns the name for durable subscriptions.
Declaration
string SubscriptionName { get; }
Property Value
Type | Description |
---|---|
System.String | Name for the durable subscription. |
SubscriptionPolicy
It returns the type of Subscription Policy the user has subscribed with.
Declaration
SubscriptionPolicy SubscriptionPolicy { get; }
Property Value
Type | Description |
---|---|
SubscriptionPolicy | Type of Subscription Policy. |