Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlNotificationRequest::Timeout Property

 

Gets or sets a value that specifies how long SQL Server waits for a change to occur before the operation times out.

Namespace:   System.Data.Sql
Assembly:  System.Data (in System.Data.dll)

public:
property int Timeout {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

A signed integer value that specifies, in seconds, how long SQL Server waits for a change to occur before the operation times out.

Exception Condition
ArgumentOutOfRangeException

The value is less than zero.

After the time-out period expires, the notification is sent even if no change takes place. The Timeout property defaults to the value set on the server.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft