ExcelServiceInternal class

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.Office.Excel.Server.WebServices.ExcelServiceInternal
        Microsoft.Office.Excel.Server.WebServices.ExcelService

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/office/excel/server/webservices")> _
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
Public Class ExcelServiceInternal _
    Inherits WebService
'Usage
Dim instance As ExcelServiceInternal
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/office/excel/server/webservices")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class ExcelServiceInternal : WebService

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

ExcelServiceInternal members

Microsoft.Office.Excel.Server.WebServices namespace