IExcelService Interface
Represents the built-in service-oriented architecture (SOA) service for performing calculations in Excel workbooks in Windows HPC Server. This service is the service that the built-in client represented by the ExcelClient class uses, and is also available for use by custom SOA clients.
Namespace: Microsoft.Hpc.Excel.ExcelService
Assembly: Microsoft.Hpc.Excel (in Microsoft.Hpc.Excel.dll)
Namespace: Microsoft.Hpc.Excel.ExcelService
Assembly: Microsoft.Hpc.Excel (in Microsoft.Hpc.Excel.dll)
[ServiceContractAttribute(ConfigurationName=L"ExcelService.IExcelService")] [GeneratedCodeAttribute(L"System.ServiceModel", L"3.0.0.0")] public interface class IExcelService
/** @attribute ServiceContractAttribute(ConfigurationName="ExcelService.IExcelService") */
/** @attribute GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0") */
public interface IExcelService
ServiceContractAttribute(ConfigurationName="ExcelService.IExcelService") GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0") public interface IExcelService
The following example shows how to create a BrokerClient object that can send requests to and receive responds from the built-in SOA service for performing calculations in Excel workbooks.
BrokerClient<IExcelService> client = new BrokerClient<IExcelService>(session);
You should not call the methods of this interface directly, but should use a BrokerClient object created with the IExcelService as the type parameter to send CalculateRequest objects and receive CalculateResponse object instead. The BrokerClient object then calls the methods of this interface.
Platform Note: This interface was introduced in Windows HPC Server 2008 R2 and is not supported in previous versions.
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities
Build Date:
Community Additions
ADD
Show: