Compartilhar via


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