WordServiceApplication.KeepAliveTimeout - Propriété

Obtient ou définit une valeur qui spécifie la durée pendant laquelle une conversion peut être non réactif avant d'être arrêté.

Espace de noms :  Microsoft.Office.Word.Server.Service
Assembly :  Microsoft.Office.Word.Server (dans Microsoft.Office.Word.Server.dll)

Syntaxe

'Déclaration
Public Property KeepAliveTimeout As TimeSpan
    Get
    Set
'Utilisation
Dim instance As WordServiceApplication
Dim value As TimeSpan

value = instance.KeepAliveTimeout

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

Valeur de propriété

Type : System.TimeSpan
Cette propriété renvoie TimeSpan.

Remarques

Cette valeur doit être entre 10 et 600 secondes. La valeur par défaut est 30 secondes.

Voir aussi

Référence

WordServiceApplication classe

WordServiceApplication - Membres

Microsoft.Office.Word.Server.Service - Espace de noms