Skip to main content
Table of Contents

Class MessagingOptions.TopicOptions.SubscriptionOptions

Namespace
Stratara.Shared.Messaging
Assembly
Stratara.Shared.dll

Configuration node for a logical subscription beneath a MessagingOptions.TopicOptions.

public sealed class MessagingOptions.TopicOptions.SubscriptionOptions
Inheritance
MessagingOptions.TopicOptions.SubscriptionOptions
Inherited Members
Extension Methods

Properties

Name

Logical subscription name as referenced from GetSubscription(string, string).

public string Name { get; set; }

Property Value

string

Value

Transport-level subscription value.

public string Value { get; set; }

Property Value

string