WordServiceApplication.BatchWorkerTimeout property

Gets or sets a value that specifies the maximum length of time that the timer job waits for worker processes to respond when checking their availability.

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

Syntax

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

value = instance.BatchWorkerTimeout

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

Property value

Type: System.TimeSpan
Returns TimeSpan.

See also

Reference

WordServiceApplication class

WordServiceApplication members

Microsoft.Office.Word.Server.Service namespace