SubscriptionType Enum

Definition

Specifies if a remote peer subscribed to the local peer can receive event notifications.

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

Fields

Allowed 1

Specifies that a remote peer can subscribe to the local peer as well as receive event notifications.

Blocked 0

Specifies that a remote peer can subscribe to the local peer, but will not receive event notifications.

Applies to

See also