Condividi tramite


WordServiceApplication.RecycleProcessThreshold Property

Gets or sets a value that specifies the number of documents which are converted before a single instance of the Word Automation Services code process is recycled.

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

Syntax

'Declaration
Public Property RecycleProcessThreshold As Integer
    Get
    Set
'Usage
Dim instance As WordServiceApplication
Dim value As Integer

value = instance.RecycleProcessThreshold

instance.RecycleProcessThreshold = value
public int RecycleProcessThreshold { get; set; }

Property Value

Type: System.Int32
Returns Int32.

Remarks

The default value for this setting is 100.

See Also

Reference

WordServiceApplication Class

WordServiceApplication Members

Microsoft.Office.Word.Server.Service Namespace