SubscriptionState Enum

Definition

Enumerates options for the status of a subscription.

public enum class SubscriptionState
public enum SubscriptionState
type SubscriptionState = 
Public Enum SubscriptionState
Inheritance
SubscriptionState

Fields

Active 2

The subscription is active.

Inactive 0

The subscription is inactive.

Subscribed 1

The subscription exists, but the initial snapshot has not yet been applied.

Remarks

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Applies to

See also