CalculateRequest Class
Represents a request to the built-in Excel SOA service to perform the calculation in a specified macro for an Excel workbook using the specified input.
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)
[MessageContractAttribute(WrapperName="Calculate", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] [GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] [DebuggerStepThroughAttribute] public class CalculateRequest
/** @attribute MessageContractAttribute(WrapperName="Calculate", WrapperNamespace="http://tempuri.org/", IsWrapped=true) */
/** @attribute GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0") */
/** @attribute DebuggerStepThroughAttribute() */
public class CalculateRequest
MessageContractAttribute(WrapperName="Calculate", WrapperNamespace="http://tempuri.org/", IsWrapped=true) GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0") DebuggerStepThroughAttribute public class CalculateRequest
To send the request to the built-in Excel SOA service, call the SendRequest method with a type parameter of CalculateRequest and the request parameter set to the instance of the CalculateRequest class that represents the request that you want to send.
Platform Note: This class was introduced in Windows HPC Server 2008 R2 and is not supported in previous versions.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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: