WordServiceInstance class

Defines a single instance of the Word Automation Services that is running on a particular physical server; it is directly derived from the SPIisWebServiceInstance class.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
        Microsoft.SharePoint.Administration.SPServiceInstance
          Microsoft.SharePoint.Administration.SPIisWebServiceInstance
            Microsoft.Office.Word.Server.Service.WordServiceInstance

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

Syntax

'Declaration
<GuidAttribute("B0375BD3-7015-4C7A-A825-D664CAD7E804")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class WordServiceInstance _
    Inherits SPIisWebServiceInstance _
    Implements IFormattable
'Usage
Dim instance As WordServiceInstance
[GuidAttribute("B0375BD3-7015-4C7A-A825-D664CAD7E804")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class WordServiceInstance : SPIisWebServiceInstance, 
    IFormattable

Remarks

There is one WordServiceInstance object for each server in the farm; it represents the Word Automation Services host process that is installed on that physical machine.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WordServiceInstance members

Microsoft.Office.Word.Server.Service namespace