EventClassAttribute.AllowInprocSubscribers 属性

定义

获取或设置一个值,该值指示是否可以在发行者的进程中激活订户。

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

属性值

如果可在发行者的进程中激活订户,则为 true;否则为 false

适用于