EventClassAttribute::AllowInprocSubscribers Property

 

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

Namespace:   System.EnterpriseServices
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

public:
property bool AllowInprocSubscribers {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: