共用方式為


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

Name Value Description
Inactive 0

The subscription is inactive.

Subscribed 1

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

Active 2

The subscription is active.

Remarks

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

Applies to

See also