EventClassAttribute.AllowInprocSubscribers Property

Definition

Gets or sets a value that indicates whether subscribers can be activated in the publisher's process.

public:
 property bool AllowInprocSubscribers { bool get(); void set(bool value); };
public bool AllowInprocSubscribers { get; set; }
member this.AllowInprocSubscribers : bool with get, set
Public Property AllowInprocSubscribers As Boolean

Property Value

true if subscribers can be activated in the publisher's process; otherwise, false.

Applies to