Share via


TranslationServiceApplication.KeepAliveTimeout property

Gets or sets the length of time that the worker can be active before being terminated.

Namespace:  Microsoft.Office.TranslationServices
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

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

value = instance.KeepAliveTimeout

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

Property value

Type: System.TimeSpan

See also

Reference

TranslationServiceApplication class

TranslationServiceApplication members

Microsoft.Office.TranslationServices namespace