PullSubscriptionRequestType.Timeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Timeout property gets or sets the duration that a subscription can remain idle without a GetEvents request from the client.
public:
property int Timeout { int get(); void set(int value); };
public int Timeout { get; set; }
Public Property Timeout As Integer
Property Value
The Timeout property returns an integer that represents the number of minutes that a subscription can remain idle without a GetEvents request from the client.
Remarks
The possible values for this property are 1 to 1440, inclusive. This property is required.