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

Timeout for blocking calls, default is 10000

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEventRouter (WspEventRouter)

Syntax

Visual Basic (Declaration)
Public Property Timeout As Integer
C#
public int Timeout { get; set; }
C++
public:
int Timeout {
	int get ();
	void set (int value);
}