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

CLSCompliantAttributeBoolean

Value

False
Timeout for publishing events

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

Syntax

Visual Basic (Declaration)
<CLSCompliantAttribute(False)> _
Public Property Timeout As UInteger
C#
[CLSCompliantAttribute(false)]
public uint Timeout { get; set; }
C++
[CLSCompliantAttribute(false)]
public:
unsigned int Timeout {
	unsigned int get ();
	void set (unsigned int value);
}