Condividi tramite


WordServiceApplication.ConversionsPerInstance Property

Gets or sets a value that specifies the number of conversions dispatched to each service instance every time the timer job is run.

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

Syntax

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

value = instance.ConversionsPerInstance

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

Property Value

Type: System.Int32
Returns Int32.

Remarks

The value for this property must be between 1 and 1000.

See Also

Reference

WordServiceApplication Class

WordServiceApplication Members

Microsoft.Office.Word.Server.Service Namespace