Condividi tramite


WordServiceApplication.TotalActiveProcesses Property

Gets or sets a value that specifies the number of instances of Word Automation Services which are running on a single machine

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

Syntax

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

value = instance.TotalActiveProcesses

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

Property Value

Type: System.Int32
Returns Int32.

Remarks

This value must be between 1 and 1000. The default value is 8.

See Also

Reference

WordServiceApplication Class

WordServiceApplication Members

Microsoft.Office.Word.Server.Service Namespace