Edit

Share via


ExcelClient.BeginRun(Boolean, AsyncCallback, Object) Method

Definition

Starts a calculation asynchronously for the Excel workbook using the partition, calculate, and merge model that Microsoft HPC Pack 2016 Services for Excel 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.

public IAsyncResult BeginRun (bool executeLocally, AsyncCallback userCallback, object userStateInfo);
member this.BeginRun : bool * AsyncCallback * obj -> IAsyncResult
Public Function BeginRun (executeLocally As Boolean, userCallback As AsyncCallback, userStateInfo As Object) As IAsyncResult

Parameters

executeLocally
Boolean
userCallback
AsyncCallback
userStateInfo
Object

Returns

An IAsyncResult interface to an object that contains information about the status of the asynchronous calculation.

Applies to