ExcelClient.EndRun(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ends a asynchronous calculation from an Excel workbook on an HPC cluster that you began by calling the BeginRun(Boolean, AsyncCallback, Object) method.
public void EndRun (IAsyncResult asyncResult);
member this.EndRun : IAsyncResult -> unit
Public Sub EndRun (asyncResult As IAsyncResult)
Parameters
- asyncResult
- IAsyncResult