ECSCCSIntegration Class

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.Office.Excel.Server.Addins.ComputeCluster.ECSCCSIntegration

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

Syntax

'Declaration
<WebServiceAttribute(Namespace := "https://localhost/ECS")> _
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
Public Class ECSCCSIntegration _
    Inherits WebService
'Usage
Dim instance As ECSCCSIntegration
[WebServiceAttribute(Namespace = "https://localhost/ECS")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class ECSCCSIntegration : 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

ECSCCSIntegration Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace