CalculateResponse Class
Represents a response from the built-in Excel SOA service that includes the results of a calculation for an Excel workbook.
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)
[DebuggerStepThroughAttribute] [GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] [MessageContractAttribute(WrapperName="CalculateResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public class CalculateResponse
/** @attribute DebuggerStepThroughAttribute() */
/** @attribute GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0") */
/** @attribute MessageContractAttribute(WrapperName="CalculateResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true) */
public class CalculateResponse
DebuggerStepThroughAttribute GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0") MessageContractAttribute(WrapperName="CalculateResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true) public class CalculateResponse
You can retrieve CalculateResponse objects by calling the GetResponses method with a type parameter of CalculateResponse or by implementing the BrokerResponseHandler delegate for a type parameter of CalculateResponse and setting that delegate as the response handler with the SetResponseHandler method.
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: