ExcelClient Members
Represents an engine that implements the partition, calculate, and merge model that Microsoft HPC Pack 2008 R2 Services for Excel 2010 uses to run calculations in a workbook in parallel on an HPC cluster. The workbook must implement the callback macro framework.
The following tables list the members exposed by the ExcelClient type.
| Name | Description | |
|---|---|---|
| ExcelClient | Initializes a new instance of the ExcelClient class. |
| Name | Description | |
|---|---|---|
|
Driver | Gets the ExcelDriver object that interacts with the currently open Excel workbook. |
|
MacroResource | Gets or sets the name of the file that contains the implementation of the macros in the HPC Services for Excel macro framework that the Excel client should use. |
(see also Protected Methods)
Top
| Name | Description | |
|---|---|---|
![]() | BeginRun | Starts a calculation asynchronously for the Excel workbook using the partition, calculate, and merge model that Microsoft HPC Pack 2008 R2 Services for Excel 2010 uses to run calculations. The calculation runs on the HPC cluster with the head node that you specified when you called the OpenSession method, unless you specify that the calculation should run on the local computer. |
![]() | Cancel | Cancels any currently running Excel calculations without closing the SOA session. |
![]() | CloseSession | Overloaded. Closes the session that you opened by calling the OpenSession method, and closes all instances of Excel that are running on the compute nodes. |
![]() | Dispose | Overloaded. Releases all of the resources that the object allocated. |
![]() | EndRun | Ends a asynchronous calculation from an Excel workbook on an HPC cluster that you began by calling the BeginRun method. |
![]() | Equals | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | Initialize | Overloaded. |
![]() | OpenSession | Overloaded. Starts a new SOA session to perform calculations from the specified Excel workbook on an HPC cluster. |
![]() | Run | Starts the calculation for the Excel workbook using the partition, calculate, and merge model that Microsoft HPC Pack 2008 R2 Services for Excel 2010 uses to run calculations. The calculation runs on the HPC cluster with the head node that you specified when you called the OpenSession method, unless you specify that the calculation should run on the local computer. |
![]() | ToString | (Inherited from Object) |
| Name | Description | |
|---|---|---|
|
ErrorHandler | An event that is raised when the response handler receives errors from the HPC cluster. |
Build Date:
Community Additions
Show: