Condividi tramite


WordServiceApplication.KeepAliveTimeout Property

Gets or sets a value that specifies how long a conversion can be non-responsive before it is terminated.

Namespace:  Microsoft.Office.Word.Server.Service
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public Property KeepAliveTimeout As TimeSpan
    Get
    Set
'Usage
Dim instance As WordServiceApplication
Dim value As TimeSpan

value = instance.KeepAliveTimeout

instance.KeepAliveTimeout = value
public TimeSpan KeepAliveTimeout { get; set; }

Property Value

Type: System.TimeSpan
Returns TimeSpan.

Remarks

This value must be between 10 seconds and 600 seconds. The default value is 30 seconds.

See Also

Reference

WordServiceApplication Class

WordServiceApplication Members

Microsoft.Office.Word.Server.Service Namespace