[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Starts and stops listening for events

Namespace: Microsoft.WebSolutionsPlatform.Event.PubSubManager
Assembly: PubSubMgr (PubSubMgr)

Syntax

Visual Basic (Declaration)
Public Property ListenForEvents As Boolean
C#
public bool ListenForEvents { get; set; }
C++
public:
bool ListenForEvents {
	bool get ();
	void set (bool value);
}