SubscriptionDefinitionTimeOut Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets or sets the time out value.

Namespace: ContentStudio.Document.Subscription
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public int TimeOut { get; set; }

Property Value

Type: Int32
The time out.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe value cannot be negative
Remarks

This value can be used by the event handler implementation if it implements a time out mechanism. This value should be measured in seconds and the value zero should indicate infinite. Negative values are not allowed.
See Also

Reference