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

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

Namespace: ContentStudio.Document.Subscription.EventHandler
Assembly: CSSubscriptionEventHandler (in CSSubscriptionEventHandler.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

protected int TimeOut { get; }

Property Value

Type: Int32
The time out in .
Remarks

A timeout value (in seconds) to use. When zero is passed in the implementation should use an default time out value ex. 30 seconds to avoid hung event handlers.

Not all event handlers implements Time outs

See Also

Reference