PullSubscriptionRequestType.Timeout Property

Definition

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.

Applies to