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

適用対象